fix:gx成品检验编辑时不合格原因复显问题

This commit is contained in:
shijing 2024-09-19 15:07:54 +08:00
parent 86b3e4e2f3
commit 45497e82a1
1 changed files with 2 additions and 0 deletions

View File

@ -624,6 +624,8 @@ export default {
setData(data) {
Object.assign(this.form, data);
this.formCount = this.form.count;
this.form.count_notok = data.count_notok;
this.count_notok_json = data.count_notok_json;
},
//
setFilters(filters) {