mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-25 21:03:43 +08:00
add date picker
This commit is contained in:
@@ -21,6 +21,8 @@ export const useUserQuery = () => {
|
||||
const fetchUsersWith = async (
|
||||
param: {
|
||||
username?: string;
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
},
|
||||
page = 1,
|
||||
size = 10,
|
||||
|
||||
Reference in New Issue
Block a user