custom/钱智
This commit is contained in:
parent
f6156ca336
commit
19129e8b5c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue