yijing пре 1 година
родитељ
комит
8acb26b5cd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/inspectionWork/edit.vue

+ 1 - 1
src/views/inspectionWork/edit.vue

@@ -498,7 +498,7 @@ export default {
     },
     },
     // 批量质检
     // 批量质检
     batchQuality(index, row, type) {
     batchQuality(index, row, type) {
-      this.$refs.detailRef.openDia(null, null, type, this.sampleList, null)
+      this.$refs.detailRef.openDia(null, null, 'report', this.sampleList, null)
     }
     }
   }
   }
 };
 };