|
|
@ -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()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|