Browse Source

试验检测修改

duy 1 năm trước cách đây
mục cha
commit
5981d5ed47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/tentative/detect/components/HcUpload.vue

+ 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: () => (''),
     },
 })