mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-28 15:22:42 +00:00
修复上传组件首次无法加载回显资源问题
This commit is contained in:
@@ -95,7 +95,7 @@ watch(() => props.modelValue, val => {
|
||||
fileList.value = [];
|
||||
return [];
|
||||
}
|
||||
});
|
||||
},{ deep: true, immediate: true });
|
||||
|
||||
// 上传前校检格式和大小
|
||||
function handleBeforeUpload(file) {
|
||||
|
Reference in New Issue
Block a user