diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue
index 670934f0..29e1f601 100644
--- a/src/views/wpm_bx/mlogbw_check_table.vue
+++ b/src/views/wpm_bx/mlogbw_check_table.vue
@@ -36,7 +36,8 @@
- {{ scope.row.number }}
+
+ {{ scope.row.number }}
——{{ scope.row.wpr_number_out }}
@@ -234,7 +235,6 @@
全部
@@ -831,9 +831,11 @@ export default {
obj.test_date = that.handle_date!=null?that.handle_date:that.currentDate;
if(that.form.defectids.length>0){
obj.defects = that.form.defectids;
+ that.setForm.defectids = that.form.defectids;
}
if(that.form.testitemids.length>0){
obj.testitems = that.form.testitemids;
+ that.setForm.testitemids = that.form.testitemids;
}
obj.qct = that.qct;
that.$API.wpm.mlogbw.start_test.req(obj).then((res) => {