custom/钱智

This commit is contained in:
lys 2025-11-28 11:12:50 +08:00
parent f6156ca336
commit 19129e8b5c
1 changed files with 4 additions and 1 deletions

View File

@ -173,8 +173,11 @@ class Index extends Component {
});
} else {
message.error(errormsg);
this.calc.onAdSearch(false);
}
}).catch(() => this.setState({ loading: { ...this.state.loading, feedback: false } }));
}).catch(() => this.setState({
loading: { ...this.state.loading, feedback: false }
}, () => this.calc.onAdSearch(false)));
};
afterTaxAccounting = () => {
const { routeParams: { salaryAcctRecordId } } = this.props;