fix:gx成品检验编辑时不合格原因复显问题
This commit is contained in:
parent
86b3e4e2f3
commit
45497e82a1
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue