Merge branch 'dev-zhaoDN/file-isnull-setting' into 'dev'

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

See merge request itc-framework/ma/2024/front!65
This commit is contained in:
890147
2025-04-24 02:20:30 +00:00

View File

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