refactor: 优化文件上传组件,修改文件命名

This commit is contained in:
AN
2025-06-04 22:45:50 +08:00
parent e6a18ec527
commit aa0fe7f056
8 changed files with 10 additions and 13 deletions

View File

@ -34,7 +34,7 @@ function closeDrawer() {
function handleClose() {
closeDrawer();
if (fileUploadRef.value?.refreshList) {
if (fileUploadRef.value?.needRelaodData) {
emit('close');
}
}