Commit a7dd6c88 by chenshu

fix:新增提示

parent 9ac2c1fb
......@@ -156,7 +156,7 @@ function UserManagePage() {
allowClear
onChange={(value) => {
const _query: any = _.clone(query);
_query.sourceEnum = value + '';
_query.sourceEnum = value;
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