From 458c9a674dfcc2c6d7d6c22cac55bbb90858edea Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 30 Dec 2025 15:22:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:mlogb=5Fcheck=E6=A3=80=E9=AA=8C=E4=BA=BA?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/mlogb_check.vue | 2 ++ 1 file changed, 2 insertions(+) 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);