fixbug:文件上传,watch 对于val 为空的时候,要置空,不是会导致其他表单粘值过来

This commit is contained in:
lvjunzhao
2025-04-23 09:00:39 +08:00
parent bae3257764
commit ca885bb644

View File

@ -150,6 +150,8 @@
});
folderId.value = fileList.value[0].folderId;
}
} else {
folderId.value = '';
}
if (!val) {
fileList.value = [];