custom/领悦业务线
This commit is contained in:
parent
5f05f785b4
commit
ddbe68d72d
|
|
@ -37,8 +37,8 @@ class GenerateDataDialog extends Component {
|
|||
if (nextProps.visible !== this.props.visible && !nextProps.visible) nextProps.LYStore.initDataForm();
|
||||
}
|
||||
|
||||
initLYForm = () => {
|
||||
const { type } = props;
|
||||
initLYForm = (props) => {
|
||||
const { type } = props || this.props;
|
||||
this.setState({
|
||||
conditions: _.map(dataConditions, item => ({
|
||||
...item,
|
||||
|
|
|
|||
Loading…
Reference in New Issue