From ec1085c5e3110808aa9301023aae99862b119792 Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Tue, 21 Dec 2021 17:39:05 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=BA=93=20-=20=E9=AB=98?=
=?UTF-8?q?=E7=BA=A7=E6=A3=80=E7=B4=A2=20-=20=E8=B5=B7=E8=8D=89=E9=83=A8?=
=?UTF-8?q?=E9=97=A8=E5=92=8C=E8=B5=B7=E8=8D=89=E4=BA=BA=E6=94=B9=E4=B8=BA?=
=?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=BC=B9=E7=AA=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/EnterpriseStandardDatabase.vue | 94 +++++++++++++------
1 file changed, 66 insertions(+), 28 deletions(-)
diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
index 5ec3604e4..c10eeb8fe 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
@@ -1139,18 +1139,33 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 起草部门
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 起草人
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
@@ -3156,6 +3188,9 @@ export default {
idList += item.id
nameList += item.name
})
+ if (this.drawerTitle === '查询起草人'){
+ this.sarBussionessSearch['QCRBUSS'] = nameList
+ }
this.$set(this.sarBussionessStandEO, 'QCRBUSS', nameList)
if(this.sarBussionessStandEO.QCRBUSS){
this.$refs.sarBussionessStandForm.validateField('QCRBUSS')
@@ -3185,6 +3220,9 @@ export default {
nameList += item.name
// }
})
+ if (this.drawerTitle === '查询起草部门'){
+ this.sarBussionessSearch.QCDW = nameList
+ }
this.$set(this.sarBussionessStandEO, 'QCDWId', idList)
this.$set(this.sarBussionessStandEO, 'QCDW', nameList)
if(this.sarBussionessStandEO.QCRBUSS){
@@ -4548,8 +4586,8 @@ export default {
this.cysdOptions = res.data.WSCYSD // 我司参与深度
this.zrgcsOptions = res.data.ZRGCSCLASS // 责任工程师
this.txlbOptions = res.data.TXLBCLASS // 体系类别
- this.qcdwOptions = res.data.QCDW // 起草单位
- this.qcrOptions = res.data.QCRBUSS // 起草人
+ this.qcdwOptions.options = res.data.QCDW // 起草单位
+ this.qcrOptions.options = res.data.QCRBUSS // 起草人
this.nylxOptions.options = res.data.NYLXCLASS // 能源类型
this.syrzOptions.options = res.data.SYRZCLASS // 适用认证
this.sycpxOptions.options = res.data.SYCPXCLASS // 适用产品线