release/2.19.1.2501.01

This commit is contained in:
lys 2025-04-01 15:05:59 +08:00
parent 925bc0f75a
commit 3b2a987778
1 changed files with 0 additions and 1 deletions

View File

@ -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