diff --git a/src/views/modules/communityService/worklog/workLogForm.vue b/src/views/modules/communityService/worklog/workLogForm.vue index cbb3a06f1..7310a9973 100644 --- a/src/views/modules/communityService/worklog/workLogForm.vue +++ b/src/views/modules/communityService/worklog/workLogForm.vue @@ -49,6 +49,7 @@ { + if (d.demandUserId === this.formData.applicantId){ + homeId = d.houseId + } + }) + let url = '/gov/org/ichouse/'+homeId + let params = {} + const { data, code, msg } = await requestGet(url) + if (code === 0) { + this.formData.applicantAddress = data.fullName + } else { + this.$message.error(msg) + } + }, async handleComfirm () { this.btnDisable = true @@ -289,7 +306,7 @@ export default { this.btnDisable = false } else { this.btnDisable = false - this.$message.error(internalMsg) + this.$message.error(msg) } },