Merge branch 'dev_aliyun' into topic_bank

topic_bank
hjm 6 years ago
commit c47a11bd37

@ -76,6 +76,7 @@ class commonWork extends Component{
} }
componentDidUpdate(prevProps, prevState) { componentDidUpdate(prevProps, prevState) {
if (prevProps.match.path != this.props.match.path) { if (prevProps.match.path != this.props.match.path) {
this.clearSelection()
this._getList() this._getList()
} }
} }

Loading…
Cancel
Save