|
|
|
@ -245,7 +245,7 @@ const loadPersonList = () => { |
|
|
|
const notUserId = selectedIds.length > 0 ? selectedIds.join(',') : undefined; |
|
|
|
const params = { |
|
|
|
sysDeptId: useCommon.bureauUnitId || '', |
|
|
|
keyword: personSearchKeyword.value || '', |
|
|
|
userName: personSearchKeyword.value || '', |
|
|
|
globalSearch: 'false', |
|
|
|
pageNum: personPageNum.value, |
|
|
|
pageSize: personPageSize.value, |
|
|
|
|