update:上传组件优化
This commit is contained in:
@@ -64,6 +64,9 @@ watch(
|
||||
() => diaVisible.value,
|
||||
(val: boolean) => {
|
||||
if (!val) {
|
||||
formData.value = {
|
||||
files: [],
|
||||
};
|
||||
tableFormRef.value?.resetFun();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user