From 137daea3d61e20f10611fdd6f6712d890c228fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 13 Jun 2023 17:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5Pre-Homo=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/phoneView/preHomoMangement.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/jero-web/src/views/phoneView/preHomoMangement.vue b/jero-web/src/views/phoneView/preHomoMangement.vue index 9c236331e..1ab62ac88 100644 --- a/jero-web/src/views/phoneView/preHomoMangement.vue +++ b/jero-web/src/views/phoneView/preHomoMangement.vue @@ -71,10 +71,11 @@ - +
客户收到付款就的航空技术的发货的收费但是.pdf
@@ -83,7 +84,7 @@ 客户收到付款就的航空技术的发货的收费但是.pdf
- + {{$t('upload1')}} @@ -300,13 +301,14 @@ submitPreservation() { let content = [] let fileListId = [] + let form = JSON.parse(JSON.stringify(this.form)) if (this.queryForm.valueType == 'file') { this.fileList.forEach(res => { fileListId.push(res.id) }) - this.form.disposeResult = fileListId.join(',') + form.deliveryResult = fileListId.join(',') } - content[0] = Object.assign(this.queryForm, this.form) + content[0] = Object.assign(this.queryForm, form) postAction(this.url.saveBatch, { 'dataList': content }).then((res) => { }) },