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 // 适用产品线