Commit 72859aca by chenshu

fix:修复筛选

parent d75661e9
......@@ -157,6 +157,7 @@ function UserManagePage() {
onChange={(value) => {
const _query: any = _.clone(query);
_query.sourceEnum = value;
_query.current = 0;
setQuery(_query);
}}
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment