From 0908dc3e0c3e3e7ba424701dc5a193bdeed76686 Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Mon, 6 Nov 2023 14:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B5=81=E7=A8=8B=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=96=87=E4=BB=B6=E5=90=8D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounting/flow/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/accounting/flow/index.vue b/src/views/accounting/flow/index.vue index 3d3f1910..8c437e3d 100644 --- a/src/views/accounting/flow/index.vue +++ b/src/views/accounting/flow/index.vue @@ -407,6 +407,7 @@ export default { delStatus: undefined, suffix: undefined, fileUrl: undefined, + fileName: undefined, fileAp: undefined, flowId: undefined, note: undefined, @@ -490,6 +491,7 @@ export default { handleSuccess(res) { console.log(res); this.form.fileUrl = res.data.url; + this.form.fileName = res.data.name; }, /** 删除按钮操作 */ handleDelete(row) {