文件管理对话框退出后取消上传状态

This commit is contained in:
fangxiang 2022-01-21 17:22:18 +08:00
parent e839e830a7
commit 80422c14b5
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ export default defineComponent({
},
resetData() {
loading.value = false;
uploading.value = false;
files.value = [];
path.value = default_path.value;
status.value = "normal";