diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
index 81f4d6857..ae33dc5c2 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
@@ -834,6 +834,11 @@
this.addForm.unit = list
this.addForm.unitName = listName
this.modalshowflagZRBM = false
+ this.$http.get('SarInstitution/institution/getInstitutionIdToDept', {
+ institutionIds: list
+ }, {}, res => {
+ console.log(res);
+ })
},
choiceZRBM(id) {
if (this.DrawerType === 'see') {
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
index d42f83c03..381663abc 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
@@ -141,6 +141,13 @@
>
+
+
+
+
+