Update list.js
This commit is contained in:
parent
95a2f6aa8e
commit
3fb32474ef
|
@ -347,7 +347,9 @@ onEditRow(status,row){
|
|||
//敲回车查询
|
||||
iptsureFn(){
|
||||
this.setState({page:1})
|
||||
setTimeout(()=>{
|
||||
this.getKeyList();
|
||||
},200)
|
||||
}
|
||||
|
||||
componentWillMount(){
|
||||
|
|
Loading…
Reference in New Issue