sunxuewei 2 роки тому
батько
коміт
92dc06ae08
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/uploadFile/index.vue

+ 1 - 1
src/components/uploadFile/index.vue

@@ -59,7 +59,7 @@ const props = defineProps({
59 59
 });
60 60
 const emit = defineEmits(["update:fileList"]);
61 61
 
62
-const uploadList = computed({
62
+const uploadList: any = computed({
63 63
   get() {
64 64
     return props.fileList;
65 65
   },