+
@@ -68,13 +68,13 @@ export default {
name: "listProject"
});
continue;
- } else if (entity.id === "418123d180abf67bd2c46d5a694baaa5") {
+ }/* else if (entity.id === "418123d180abf67bd2c46d5a694baaa5") {
list.push({
label: "重点标准跟踪清单",
name: "listTracking"
});
continue;
- } else if (entity.id === "5a75523729b04102a565167004d640e9") {
+ }*/ else if (entity.id === "5a75523729b04102a565167004d640e9") {
list.push({
label: "其他清单",
name: "listOther"
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue
index c5488eaf5..bb19c111f 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue
@@ -646,7 +646,6 @@ export default {
},
// 点击查看
handlePreview(data) {
- debugger
let routeUrl = this.$router.resolve({
name: "OtherStandardDetails",
params: {
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue
index e881b4ce8..04bb340e5 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue
@@ -60,13 +60,18 @@
width="180"
>
- {{ scope.row.standSort }} {{ scope.row.standNumber }} -{{ scope.row.standYear }}
+ {{ scope.row.standNumber }}
+
+ {{ scope.row.standName }}
+
-
- {{ scope.row.standSort }} {{ scope.row.standNumber }} -{{ scope.row.standYear }}
-
+
+ {{ scope.row.standNumber }}
+
+
+ {{ scope.row.standName }}
+
{})
- }, // 分页查询
+ },
+ //点击查看详情
+ handlePreview(item) {
+ let routeUrl = this.$router.resolve({
+ name: 'OtherStandardDetails',
+ params: {
+ id: item.standId,
+ pageType: item.standType + '_STAND'
+ }
+ })
+ window.open(routeUrl.href, '_blank')
+ },
+ // 分页查询
resetSelect () {
this.sarProject.country = ''
this.sarProject.standCode=''
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
index 4a37819e5..23cc1cb95 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
@@ -11,19 +11,19 @@
- {{ this.$route.query.item.cid }}
+ {{ $route.query.item.cid }}
- {{ this.$route.query.item.cname || '-' }}
+ {{ $route.query.item.cname || '-' }}
- {{ this.$route.query.item.endTime || '-' }}
+ {{ $route.query.item.endTime || '-' }}
- {{ this.$route.query.item.startTime + ' ~ ' + this.$route.query.item.endTime}}
+ {{ $route.query.item.startTime + ' ~ ' + $route.query.item.endTime}}
-
@@ -166,6 +166,21 @@
}
})
},
+
+ //点击查看
+ handlePreview(data) {
+ console.log(data);
+ return
+ let routeUrl = this.$router.resolve({
+ name: "OtherStandardDetails",
+ params: {
+ id: data.id,
+ pageType: data.standType
+ }
+ });
+ window.open(routeUrl.href, "_blank");
+ },
+
// 获取详情信息列表
getList() {
this.spinShow = true