Update list.js
This commit is contained in:
parent
95a2f6aa8e
commit
3fb32474ef
|
@ -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(){
|
||||||
|
|
Loading…
Reference in New Issue