tangning 1 年之前
父節點
當前提交
d35dadb721
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/productOperation/cameraScene.vue

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

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