个人设置接口对接

This commit is contained in:
Mrtangl
2022-04-15 15:32:37 +08:00
parent 0288224c83
commit 7525c7418a
9 changed files with 96 additions and 75 deletions

View File

@@ -31,8 +31,8 @@ export function usePages(options: Options) {
}
pager.loading = true
return callback({
page_no: pager.page,
page_size: pager.size,
pageNo: pager.page,
pageSize: pager.size,
...params
})
.then((res: any) => {