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