yijing 1 год назад
Родитель
Сommit
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) {
-      this.$refs.detailRef.openDia(null, null, type, this.sampleList, null)
+      this.$refs.detailRef.openDia(null, null, 'report', this.sampleList, null)
     }
   }
 };