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
   },