diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index e24b19208..73c5d4fa5 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -659,12 +659,24 @@
-
+
+ 责任工程师
+
+
+
+
+
+
+
+
+
+
@@ -722,12 +734,29 @@
-
+
+ 责任部门
+
+
+
+
+
+
+
+
+
+
@@ -2574,6 +2603,8 @@ export default {
this.sarStandardsInfoEO['WSSMR'] = nameList
}else if (this.drawerTitle === '选择责任工程师'){
this.sarStandardsInfoEO['ZRGCS'] = nameList
+ }else if (this.drawerTitle === '查询责任工程师'){
+ this.advanceSearchMapping['ZRGCS'] = nameList
}
},
@@ -4981,8 +5012,12 @@ export default {
nameList += item.name
// }
})
- this.sarStandardsInfoEO.ZRBMId = idList;
- this.sarStandardsInfoEO['ZRBM'] = nameList;
+ if (this.drawerTitle === '责任部门'){
+ this.sarStandardsInfoEO.ZRBMId = idList;
+ this.sarStandardsInfoEO['ZRBM'] = nameList;
+ }else if (this.drawerTitle === '查询责任部门'){
+ this.advanceSearchMapping['ZRBM'] = nameList
+ }
},
},
computed: {