1.先保存,后调用

this.setState({
   params
},() => {
   this.getList(); 
})

.

相关文章: