没关系,发现了我愚蠢的错误!如果将来还有其他人陷入困境...
componentWillReceiveProps(nextProps) { if(this.props != nextProps) { this.setState({ sortedDataList: nextProps.repairs }); } }