From 75cb698261fbf4e862dc4d52609407e999b7634c Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 27 Oct 2023 16:42:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityService/jinengzhaoren/addForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/modules/communityService/jinengzhaoren/addForm.vue b/src/views/modules/communityService/jinengzhaoren/addForm.vue index df7e8d952..3b60b3f0c 100644 --- a/src/views/modules/communityService/jinengzhaoren/addForm.vue +++ b/src/views/modules/communityService/jinengzhaoren/addForm.vue @@ -454,6 +454,7 @@ export default { principalContact: "", //经办人联系方式 serviceTimeStart: "", //服务起始时间yyyy-MM-dd serviceTimeEnd: "", //服务截止时间yyyy-MM-dd + dataCategoryCode:"skill", remark: "", // }, feedbackFormData: { @@ -962,14 +963,14 @@ export default { ...this.feedbackFormData, }; - const { data, code, msg } = await requestPost(url, params); + const { data, code, msg,internalMsg } = await requestPost(url, params); if (code === 0) { this.$message.success("反馈成功"); this.resetData(); this.$emit("handleOk"); } else { - this.$message.error(msg); + this.$message.error(internalMsg); } }, async addFuwu() {