|
|
@ -112,8 +112,8 @@ |
|
|
|
<el-option |
|
|
|
v-for="item in serviceOptiondList" |
|
|
|
:key="item.id" |
|
|
|
:label="item.name" |
|
|
|
:value="item.label" |
|
|
|
:label="item.label" |
|
|
|
:value="item.id" |
|
|
|
> |
|
|
|
</el-option> |
|
|
|
</el-select> |
|
|
@ -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) { |
|
|
|