tangning il y a 8 mois
Parent
commit
fdf96ab40c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {