custom/钱智
This commit is contained in:
parent
f6156ca336
commit
19129e8b5c
|
|
@ -173,8 +173,11 @@ class Index extends Component {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
message.error(errormsg);
|
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 = () => {
|
afterTaxAccounting = () => {
|
||||||
const { routeParams: { salaryAcctRecordId } } = this.props;
|
const { routeParams: { salaryAcctRecordId } } = this.props;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue