fix:更换查询参数

This commit is contained in:
shijing 2025-06-27 17:17:38 +08:00
parent 0d904c380d
commit 7986a9793d
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ export default {
item_mio__w_mioitem__number:'',
},
params_mlog:{
b_mlog__w_mlogb__number:'',
cnumber:'',
},
params_handover:{
b_handover__w_handoverb__number:'',
@ -289,7 +289,7 @@ export default {
that.wprItem.number = row.number;
}
that.params_mio.item_mio__w_mioitem__number = row.number;
that.params_mlog.b_mlog__w_mlogb__number = row.number;
that.params_mlog.cnumber = row.number;
that.params_handover.b_handover__w_handoverb__number = row.number;
that.apiObj_mlog = that.$API.wpm.mlog.list;
that.apiObj_handover = that.$API.wpm.handover.list;