fix: 🐛 用户列表时间搜索无效问题修复

This commit is contained in:
ray
2024-08-10 16:25:35 +08:00
parent 4b965023d7
commit 8dfa8ccd8a
2 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ export interface UserPageQuery extends PageQuery {
deptId?: number;
/** 开始时间 */
createTimeRange?: [string, string];
createTime?: [string, string];
}
/** 用户分页对象 */