|
@ -1148,7 +1148,7 @@ const buildQueryEntity = (reqParams) => { |
|
|
|
|
|
|
|
|
const pageChange = (value) => { |
|
|
const pageChange = (value) => { |
|
|
state.pagination.page = value; |
|
|
state.pagination.page = value; |
|
|
onRequest(table); |
|
|
onRequest(state); |
|
|
}; |
|
|
}; |
|
|
const requestHandler = async (ops) => { |
|
|
const requestHandler = async (ops) => { |
|
|
const reqParams: any = {}; |
|
|
const reqParams: any = {}; |
|
|