From 8227dfebfee46932f459206559fd50159701610e Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 22 Jan 2024 18:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=85=E7=AD=BE=E6=94=B6?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/signfor/distributionSignfortreat.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/distribution/signfor/distributionSignfortreat.vue b/src/views/distribution/signfor/distributionSignfortreat.vue index e89997b8..98fdca72 100644 --- a/src/views/distribution/signfor/distributionSignfortreat.vue +++ b/src/views/distribution/signfor/distributionSignfortreat.vue @@ -1893,7 +1893,10 @@ export default { // 易碎图片上传成功 ImgSuccessC(response, uploadFile) {}, // 家配图片上传成功 - ImgSuccessD(response, uploadFile) {}, + ImgSuccessD(response, uploadFile) { + console.log(response,'response'); + console.log(this.HomePhotos,'加配照片'); + }, // 签收图片上传成功 ImgSuccessE(response, uploadFile) {}, @@ -1975,7 +1978,7 @@ export default { name: item.name, reservationId: reservationId, type: photoType, - urlRoute: item.url, + urlRoute: item.response && item.response.data ? item.response.data.link : item.url, }); }); return photoArray; @@ -1994,6 +1997,7 @@ export default { this.deduplicateByIdAndUpdate(row.map.photo_5); console.log(row, '要提交的参数'); // 提交 + return updatesign(row).then(res => { console.log(res, '提交之后返回的参数'); this.signBox = false; @@ -2384,6 +2388,7 @@ export default { done(); this.form = {}; this.view = false; + this.onLoad(this.page) }, selectionChange(list) { this.selectionList = list;