1.监听props的方法
componentWillReceiveProps(nextProps) { // }
2.监听state的方法
3.props 传递的方法
<AlarmList {...this.props} />
.
2022-10-19 09:56:28
1.监听props的方法
componentWillReceiveProps(nextProps) { // }
2.监听state的方法
3.props 传递的方法
<AlarmList {...this.props} />
.