custom-中航富士达
This commit is contained in:
parent
eeb2df7596
commit
33b189ee7f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue