chore(spug_web): improve code

pull/316/head
Zero 2021-05-18 09:57:46 +08:00
parent c0bf846f82
commit 275e028151
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class ComForm extends React.Component {
store.fetchRecords()
}
})
.catch(() => null)
.finally(() => {
this.setState({loading: false});
});