Update list.js

This commit is contained in:
姜棚 2021-12-22 15:43:02 +08:00
parent 95a2f6aa8e
commit 3fb32474ef
1 changed files with 3 additions and 1 deletions

View File

@ -347,7 +347,9 @@ onEditRow(status,row){
//敲回车查询 //敲回车查询
iptsureFn(){ iptsureFn(){
this.setState({page:1}) this.setState({page:1})
setTimeout(()=>{
this.getKeyList(); this.getKeyList();
},200)
} }
componentWillMount(){ componentWillMount(){