fix:mlogb_check检验人回显

This commit is contained in:
shijing 2025-12-30 15:22:01 +08:00
parent 9171a58059
commit 458c9a674d
1 changed files with 2 additions and 0 deletions

View File

@ -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);