Commit e8c25237 authored by Aivs's avatar Aivs

fix:检索时候page=1

parent e68fcf2b
......@@ -128,6 +128,7 @@ const Actions: React.FC = () => {
}
const inputChange=(e:any)=>{
let Query = {...listQuery}
Query.page=1
Query.mobileOrUserName=e.target.value
setListQuery(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