fix:更换查询参数
This commit is contained in:
parent
0d904c380d
commit
7986a9793d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue