diff --git a/src/views/modules/communityService/fuwuzhaoren/addForm.vue b/src/views/modules/communityService/fuwuzhaoren/addForm.vue
index 34f8846fa..624e1d787 100644
--- a/src/views/modules/communityService/fuwuzhaoren/addForm.vue
+++ b/src/views/modules/communityService/fuwuzhaoren/addForm.vue
@@ -112,8 +112,8 @@
@@ -534,7 +534,7 @@ export default {
if (this.formType === "add") {
this.$refs.ref_form.resetFields();
} else if (this.formType == "edit") {
- this.loadInfo();
+ await this.loadInfo();
}
await this.getDemandOptions()
await this.iniDefaultData();
@@ -623,8 +623,7 @@ export default {
}
this.scopeIdArray = data.gridIdList.map(i => i.objectId);
this.feedbackFormData = { ...data.feedback };
- await this.getServiceuserList(data.serviceOrgType);
-
+ await this.getServiceuserList(this.formData.serviceOrgType);
await this.getTagName();
// this.fileList = []
// if (data.feedback && data.feedback.fileList && data.feedback.fileList.length > 0) {
diff --git a/src/views/modules/communityService/gangweizhaoren/addForm.vue b/src/views/modules/communityService/gangweizhaoren/addForm.vue
index 99aa8fc94..4e4936a87 100644
--- a/src/views/modules/communityService/gangweizhaoren/addForm.vue
+++ b/src/views/modules/communityService/gangweizhaoren/addForm.vue
@@ -128,8 +128,8 @@
diff --git a/src/views/modules/communityService/jinengzhaoren/addForm.vue b/src/views/modules/communityService/jinengzhaoren/addForm.vue
index 290163dbb..b2b2eba67 100644
--- a/src/views/modules/communityService/jinengzhaoren/addForm.vue
+++ b/src/views/modules/communityService/jinengzhaoren/addForm.vue
@@ -128,8 +128,8 @@
diff --git a/src/views/modules/communityService/wennuanzhaoren/addForm.vue b/src/views/modules/communityService/wennuanzhaoren/addForm.vue
index fe1bc92a1..bc6cbeb1a 100644
--- a/src/views/modules/communityService/wennuanzhaoren/addForm.vue
+++ b/src/views/modules/communityService/wennuanzhaoren/addForm.vue
@@ -128,8 +128,8 @@
diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue b/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
index 1100090e5..d23be1520 100644
--- a/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
@@ -17,7 +17,7 @@
- {{ info.gridName }}
+ {{ info.gridName|| info.agencyName }}