From 08237cbf1fbb9cd9413084004457300dc69d2beb Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 2 Sep 2021 18:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localProductsOrProjectLibrary/index.vue | 2 ++ .../localProductsOrProjectLibrary/pages/details.vue | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index f5c7c0a1d..aaef03de8 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -1377,10 +1377,12 @@ export default { }, { _this: this, loading: "loading" }, res => { + this.detailedListVersion = res.data[0].detailedListVersion if (res.data) { this.$router.push({ name: "LocalProductDetail", query: { + detailedListVersion: this.detailedListVersion, tabName: this.ifMaintaince } }); diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue index c5ea2c3d1..05a392fc9 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue @@ -47,7 +47,7 @@
- 清单版本: {{ }} + 清单版本: {{ detailedListVersion ? $moment(detailedListVersion).format('YYYY-MM-DD HH:mm:ss') : '-' }} { this.Height = $('.contaiiner').height() - $('.contaiinerCard').height() - 190 window.onresize = () => {