修复上传组件首次无法加载回显资源问题

master
RuoYi 3 years ago
parent 6b6ad94650
commit 1baa04f459
  1. 2
      src/components/FileUpload/index.vue
  2. 2
      src/components/ImageUpload/index.vue

@ -95,7 +95,7 @@ watch(() => props.modelValue, val => {
fileList.value = []; fileList.value = [];
return []; return [];
} }
}); },{ deep: true, immediate: true });
// //
function handleBeforeUpload(file) { function handleBeforeUpload(file) {

@ -105,7 +105,7 @@ watch(() => props.modelValue, val => {
fileList.value = []; fileList.value = [];
return []; return [];
} }
}); },{ deep: true, immediate: true });
// //
function handleRemove(file, files) { function handleRemove(file, files) {

Loading…
Cancel
Save