sunxuewei 2 gadi atpakaļ
vecāks
revīzija
92dc06ae08
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 const emit = defineEmits(["update:fileList"]);
60
 const emit = defineEmits(["update:fileList"]);
61
 
61
 
62
-const uploadList = computed({
62
+const uploadList: any = computed({
63
   get() {
63
   get() {
64
     return props.fileList;
64
     return props.fileList;
65
   },
65
   },