From 80422c14b587f9e97b7bb73d861e596a312151b0 Mon Sep 17 00:00:00 2001 From: fangxiang Date: Fri, 21 Jan 2022 17:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A1=86=E9=80=80=E5=87=BA=E5=90=8E=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FileManageDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FileManageDialog.vue b/src/components/FileManageDialog.vue index 8ef5a0a..928ef66 100644 --- a/src/components/FileManageDialog.vue +++ b/src/components/FileManageDialog.vue @@ -594,6 +594,7 @@ export default defineComponent({ }, resetData() { loading.value = false; + uploading.value = false; files.value = []; path.value = default_path.value; status.value = "normal";