diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index ceacb4530..0517854dd 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -735,14 +735,16 @@
class="add-form-item"
>
责任工程师
-
+
+
+
+
+
+
+
+
+
@@ -752,14 +754,16 @@
class="add-form-item"
>
我司署名人
-
+
+
+
+
+
+
+
+
+
@@ -1819,6 +1823,12 @@
@confirm="isTreeOk"
>
导入中...
+
{
+ if (nameList.length > 0) {
+ nameList += ','
+ idList += ','
+ }
+ idList += item.id
+ nameList += item.name
+ })
+ if (this.drawerTitle === '选择我司署名人'){
+ this.sarStandardsInfoEO['WSSMR'] = nameList
+ }else if (this.drawerTitle === '选择责任工程师'){
+ this.sarStandardsInfoEO['ZRGCS'] = nameList
+ }
+
+ },
choiceRole(type, title, id) {
this.nodeList = []
this.nodeList.push(id)