From 6337c4340930edf51be07e34afb18ae5dcf40721 Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Tue, 21 Dec 2021 16:16:20 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=A4=96=E5=BA=93=20-=20=E9=AB=98?=
=?UTF-8?q?=E7=BA=A7=E6=A3=80=E7=B4=A2=20-=20=E8=B4=A3=E4=BB=BB=E9=83=A8?=
=?UTF-8?q?=E9=97=A8=E5=92=8C=E8=B4=A3=E4=BB=BB=E5=B7=A5=E7=A8=8B=E5=B8=88?=
=?UTF-8?q?=E8=A6=81=E6=94=B9=E6=88=90=E5=8F=B3=E4=BE=A7=E5=BC=B9=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../foreignStandardsAndRegulations/index.vue | 59 +++++++++++++++----
1 file changed, 47 insertions(+), 12 deletions(-)
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: {