dev_hss
hjm 6 years ago
parent d2ff288777
commit e99fd89b68

@ -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