sunxuewei %!s(int64=2) %!d(string=hai) anos
pai
achega
92dc06ae08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
   },