diff --git a/src/pages/personal/pages/my-collection/components/CollectionStandard.vue b/src/pages/personal/pages/my-collection/components/CollectionStandard.vue index 9251b1c8f..2c38af157 100644 --- a/src/pages/personal/pages/my-collection/components/CollectionStandard.vue +++ b/src/pages/personal/pages/my-collection/components/CollectionStandard.vue @@ -53,10 +53,10 @@ -
标题:{{ item.collectTitle }}
+
标题:{{ item.collectTitle }}
-
标题:{{ item.collectTitle }}
+
标题:{{ item.collectTitle }}
创建时间:{{getDate(item.creationTime)}} @@ -103,6 +103,16 @@ export default { } }, methods: { + getDetail(item) { + let routeUrl = this.$router.resolve({ + name: 'OtherStandardDetails', + params: { + id: item.collectResId, + pageType: 'INLAND_STAND' + } + }) + window.open(routeUrl.href, '_blank') + }, // 重置 resetSelect () { this.search.name = '' diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 732e58cb5..6aa94146d 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -804,6 +804,9 @@ label="标准号" align="center" > +