fix:更换查询参数
This commit is contained in:
parent
0d904c380d
commit
7986a9793d
|
@ -246,7 +246,7 @@ export default {
|
||||||
item_mio__w_mioitem__number:'',
|
item_mio__w_mioitem__number:'',
|
||||||
},
|
},
|
||||||
params_mlog:{
|
params_mlog:{
|
||||||
b_mlog__w_mlogb__number:'',
|
cnumber:'',
|
||||||
},
|
},
|
||||||
params_handover:{
|
params_handover:{
|
||||||
b_handover__w_handoverb__number:'',
|
b_handover__w_handoverb__number:'',
|
||||||
|
@ -289,7 +289,7 @@ export default {
|
||||||
that.wprItem.number = row.number;
|
that.wprItem.number = row.number;
|
||||||
}
|
}
|
||||||
that.params_mio.item_mio__w_mioitem__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.params_handover.b_handover__w_handoverb__number = row.number;
|
||||||
that.apiObj_mlog = that.$API.wpm.mlog.list;
|
that.apiObj_mlog = that.$API.wpm.mlog.list;
|
||||||
that.apiObj_handover = that.$API.wpm.handover.list;
|
that.apiObj_handover = that.$API.wpm.handover.list;
|
||||||
|
|
Loading…
Reference in New Issue