diff --git a/src/views/wpm_gx/mlogb_check.vue b/src/views/wpm_gx/mlogb_check.vue index 155ce09a..eca59188 100644 --- a/src/views/wpm_gx/mlogb_check.vue +++ b/src/views/wpm_gx/mlogb_check.vue @@ -386,6 +386,8 @@ export default { that.visible = true; that.mlogbItem = data; that.form.batch = data.batch; + that.form.test_user = data.test_user; + that.form.test_user_name = data.test_user_name; that.form.count_real =Number(data.count_real); that.form.count_ok= Number(data.count_ok); that.form.count_ok_full= Number(data.count_ok_full);