fix:inm库管人员查询条件更改

This commit is contained in:
shijing 2025-12-04 16:29:26 +08:00
parent 0fe3e273ae
commit 1a323e7326
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];