tangning 1 gadu atpakaļ
vecāks
revīzija
a731793c99
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/productOperation/cameraScene.vue

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

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