custom/领悦业务线
This commit is contained in:
parent
6722a5af50
commit
28f3eac7ec
|
|
@ -35,6 +35,7 @@ class CustomBrowserDialog extends Component {
|
|||
componentWillReceiveProps(nextProps, nextContext) {
|
||||
if (nextProps.visible !== this.props.visible && nextProps.visible) {
|
||||
this.getData();
|
||||
this.selectedData = !_.isEmpty(nextProps.datas) ? nextProps.datas : {};
|
||||
this.setState({
|
||||
selectedRowKeys: nextProps.selectedValues,
|
||||
leftListSelectedData: _.values(nextProps.datas), rightDatas: _.values(nextProps.datas)
|
||||
|
|
|
|||
Loading…
Reference in New Issue