release/2.19.1.2501.01
This commit is contained in:
parent
925bc0f75a
commit
3b2a987778
|
|
@ -30,7 +30,6 @@ class Index extends Component {
|
|||
componentWillReceiveProps(nextProps, nextContext) {
|
||||
const { importDialog } = this.state;
|
||||
if (nextProps.visible !== this.props.visible && nextProps.visible) {
|
||||
console.log("importDialog", importDialog);
|
||||
const { baseTableStore: { VSalryForm, VExtraSalryForm } } = nextProps;
|
||||
const payload = {
|
||||
...VSalryForm.getFormParams(), ...VExtraSalryForm.getFormParams(), hasData: importDialog.hasData
|
||||
|
|
|
|||
Loading…
Reference in New Issue