Optimize search in user management page

This commit is contained in:
2023-11-29 23:23:02 +08:00
parent 39d0a9b9cd
commit 9a39e05fdf
2 changed files with 18 additions and 8 deletions

1
src/global.d.ts vendored
View File

@@ -176,6 +176,7 @@ interface TableParam {
}
interface UserGetParam extends PageParam {
searchType?: string
searchValue?: string
searchRegex?: boolean
}