custom-中航富士达

This commit is contained in:
lys 2025-03-07 15:55:41 +08:00
parent eeb2df7596
commit 33b189ee7f
1 changed files with 2 additions and 1 deletions

View File

@ -53,8 +53,9 @@ class StandingBook extends Component {
...extra
};
this.setState({ accountDialog: { ...this.state.accountDialog, loading: true } });
const { data: { fsdSbjndw, creator }, status, errormsg } = await API.save(payload);
const { data, status, errormsg } = await API.save(payload);
if (status) {
const { fsdSbjndw, creator } = data;
this.setState({
accountDialog: { ...this.state.accountDialog, loading: false },
progressVisible: true