feat: 通行记录、车辆通行记录
This commit is contained in:
@@ -54,11 +54,19 @@ const gridOptions: VxeGridProps = {
|
||||
proxyConfig: {
|
||||
ajax: {
|
||||
query: async ({ page }, formValues = {}) => {
|
||||
return await personList({
|
||||
// return await personList({
|
||||
// pageNum: page.currentPage,
|
||||
// pageSize: page.pageSize,
|
||||
// ...formValues,
|
||||
// })
|
||||
const res = await personList({
|
||||
pageNum: page.currentPage,
|
||||
pageSize: page.pageSize,
|
||||
...formValues,
|
||||
})
|
||||
});
|
||||
console.log(res);
|
||||
|
||||
return res;
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user