Commit 18b1b4cc authored by chenqikuai's avatar chenqikuai

feat: 若创建藏品对话框隐藏了,则取消文件上传

parent aa6881d5
...@@ -137,6 +137,8 @@ watch( ...@@ -137,6 +137,8 @@ watch(
if (visible) { if (visible) {
formRef.value?.resetFields(); formRef.value?.resetFields();
model.percent = 0; model.percent = 0;
} else {
clear();
} }
} }
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment