tangning 7 tháng trước cách đây
mục cha
commit
42fa4eed68
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/productOperation/cameraScene.vue

+ 1 - 1
src/views/productOperation/cameraScene.vue

@@ -336,7 +336,7 @@
       const downloadOption = ref<Object>({});
       const canDownload = ref<boolean>(true);
       function handleDownload(record: Recordable) {
-        let isObj = tableType.value == 5 || tableType.value == 7 ? 1 : 0;
+        let isObj = tableType.value == 5 || tableType.value == 7 || tableType.value == 57 ? 1 : 0;
         let params = { num: record.num, isObj: 0 };
         if (tableType.value == 4 || tableType.value == 5 || tableType.value == 7) {
           params.isObj = isObj;