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) {