From 438f9043ebc193b3b490aed206d10354985dc644 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 15 Sep 2023 13:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/finance/audit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/finance/audit.vue b/src/views/finance/audit.vue index b7d2907..552c056 100644 --- a/src/views/finance/audit.vue +++ b/src/views/finance/audit.vue @@ -65,6 +65,7 @@ class="upload-demo" style="width: 100%" drag + :accept="fileTypeList.join(', ')" :headers="{ Token: userStore.token }" :action="actionUrl" :limit="1"