fix:mlogb_check检验人回显
This commit is contained in:
parent
9171a58059
commit
458c9a674d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue