fix:inm库管人员查询条件更改
This commit is contained in:
parent
0fe3e273ae
commit
1a323e7326
|
|
@ -349,7 +349,7 @@ export default {
|
|||
//获取仓库人员
|
||||
getCkUserList() {
|
||||
let that = this;
|
||||
this.$API.system.user.list.req({ page: 0, posts__code: "inm&check" })
|
||||
this.$API.system.user.list.req({ page: 0, posts__code__contains: "inm" })
|
||||
.then((res) => {
|
||||
if(that.type==40){
|
||||
that.userList2 = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue