duy 1 жил өмнө
parent
commit
5981d5ed47

+ 1 - 1
src/views/tentative/detect/components/HcUpload.vue

@@ -43,7 +43,7 @@ const props = defineProps({
         default: () => (''),
     },
     tableTypeValue: {
-        type: String, Number,
+        type:[ String, Number],
         default: () => (''),
     },
 })