tangning 8 月之前
父节点
当前提交
fdf96ab40c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/productOperation/cameraScene.vue

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

@@ -616,7 +616,7 @@
       function handleDownload(record: Recordable) {
         console.log('handleDownload', record, canDownload.value);
         canDownload.value = true;
-        let isObj = tableType.value == 5 || tableType.value == 7 ? 1 : 0;
+        let isObj = record.type == 5 || record.type == 7 ? 1 : 0;
         checkDownLoad({ num: record.num, isObj }).then((res) => {
           console.log(res);
           if (res.downloadStatus != 3) {