From 528ed3887d653eca012ecce714a87904f0dba981 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 25 Sep 2023 16:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BC=80=E7=A5=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../finginvoiceapply/backups/finginvoiceapplyAdd.vue | 8 ++++---- .../workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue index d6062f8559..448b757e67 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue @@ -315,8 +315,8 @@ export default { this.openTick_list = resp.data } }) - if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { - this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { + if (this.formobj.cldjhtApplicationAppendxs.length > 0) { + this.formobj.cldjhtApplicationAppendxs.forEach((e) => { this.image_list4.push({ name: e.fileName, url: e.fileUrl @@ -492,9 +492,9 @@ export default { sid: '' }) } - this.formobj.kpxxqrsApplicationAppendxs = cc + this.formobj.cldjhtApplicationAppendxs = cc } else { - this.formobj.kpxxqrsApplicationAppendxs = [] + this.formobj.cldjhtApplicationAppendxs = [] } }, resetState() { diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue index fae877aa3e..60141c0d56 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue @@ -332,8 +332,8 @@ export default { this.openTick_list = resp.data } }) - if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { - this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { + if (this.formobj.cldjhtApplicationAppendxs.length > 0) { + this.formobj.cldjhtApplicationAppendxs.forEach((e) => { this.image_list4.push({ name: e.fileName, url: e.fileUrl @@ -542,9 +542,9 @@ export default { sid: '' }) } - this.formobj.kpxxqrsApplicationAppendxs = cc + this.formobj.cldjhtApplicationAppendxs = cc } else { - this.formobj.kpxxqrsApplicationAppendxs = [] + this.formobj.cldjhtApplicationAppendxs = [] } } }