From 3c0ac6b7b6d68b530d456d5ddee1c8e8e44fa2d6 Mon Sep 17 00:00:00 2001 From: zxc <1272811460@qq.com> Date: Thu, 25 Aug 2022 15:47:33 +0800 Subject: [PATCH] emm --- .../communityService/worklog/workLogForm.vue | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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) } },