|
@@ -59,8 +59,8 @@ const tablePagination = ref({
|
|
|
let SortParam='',SortType='';
|
|
|
async function getUserList(){
|
|
|
const res=await apiCustomerUser.userList({
|
|
|
- PageSize:tablePagination.pageSize,
|
|
|
- CurrentIndex:tablePagination.current,
|
|
|
+ PageSize:tablePagination..value.pageSize,
|
|
|
+ CurrentIndex:tablePagination..value.current,
|
|
|
PositionStatus:filterState.jobStatus===''?-1:filterState.jobStatus,
|
|
|
Enabled:filterState.accountStatus===''?-1:filterState.accountStatus,
|
|
|
Keyword:filterState.keyword,
|