From 5b4e82d3e02ad3eb15d708a959530db83f0f3434 Mon Sep 17 00:00:00 2001 From: duxiaoning <17621883433@163.com> Date: Thu, 21 Dec 2023 16:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E5=8F=8D?= =?UTF-8?q?=E9=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Daichuli/Feedback/index.vue | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/views/Daichuli/Feedback/index.vue b/src/views/Daichuli/Feedback/index.vue index ca24895..90f348e 100644 --- a/src/views/Daichuli/Feedback/index.vue +++ b/src/views/Daichuli/Feedback/index.vue @@ -419,7 +419,7 @@ export default { fb.append("feedbackResult", this.unDeal.udMsg); fb.append("feedbackReason", this.unDeal.udReason); fb.append("feedbackContext", this.unDeal.remark); - fb.append("imgFile", this.feedbackImg); + fb.append("multipartFile", this.feedbackImg); orderFeedback(fb).then((res) => { if (res.code === 200 || res.message === "反馈成功") { this.$message({ @@ -428,18 +428,19 @@ export default { }); this.imgLocalUrl = null; this.dialogFormVisible = false; - updateOrderStage( - qs.stringify( - { - orderId: this.orderId, - orderStatus: 3, - userId: this.userId, - }, - { indices: false } - ) - ).then(uoRes => { - if (uoRes.code == 200 && uoRes.success) window.location.href = DAICHULI_URL; - }); + window.location.href = DAICHULI_URL; + // updateOrderStage( + // qs.stringify( + // { + // orderId: this.orderId, + // orderStatus: 3, + // userId: this.userId, + // }, + // { indices: false } + // ) + // ).then(uoRes => { + // if (uoRes.code == 200 && uoRes.success) + // }); } }); } else {