|
|
|
@ -134,7 +134,11 @@ |
|
|
|
const setAsString = Array.from(uniqueItemsSet).join(','); |
|
|
|
this.searchParam.notUserId = setAsString; |
|
|
|
this.searchParam.isShowCardId = this.isShowCardId; |
|
|
|
this.searchParam.pageNum = (this.curPage-1)*this.searchParam.pageSize; |
|
|
|
let params = { |
|
|
|
pageNum: (this.curPage-1)*this.searchParam.pageSize, |
|
|
|
pageSize: this.searchParam.pageSize |
|
|
|
} |
|
|
|
this.searchParam.params = params; |
|
|
|
// this.searchParam.deptId = this.bureauDeptId; |
|
|
|
queryUsers(this.searchParam, success => { |
|
|
|
this.curPage++; |
|
|
|
|