diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index ab4011a92..1985cb69a 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -1093,14 +1093,16 @@
class="add-form-item"
>
责任工程师
-
+
+
+
+
+
+
+
+
+
@@ -1599,6 +1601,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
+ }
+
+ },
busVsFunc() {
this.$http.get('sarVppsTree/list', '', {
_this: this