tangning 6 mēneši atpakaļ
vecāks
revīzija
9528d0ea2a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/views/productOperation/cameraScene.vue

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

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