新建项目不成功,需要去掉加载状态

This commit is contained in:
caishi 2021-09-03 17:46:49 +08:00
parent 21ce83e537
commit 3d6136bbbb
1 changed files with 3 additions and 4 deletions

View File

@ -209,17 +209,16 @@ class Index extends Component {
user_id:owners_id
}).then((result) => {
if (result && result.data.id) {
this.setState({
isSpin: false
})
projectsType && projectsType !== "mirror" && this.props.showNotification(`托管项目创建成功!`);
this.props.history.push(`/${result.data.login}/${result.data.identifier}`);
}
this.setState({
isSpin: false
})
}).catch((error) => {
this.setState({
isSpin: false
})
console.log(error);
})
} else {
this.setState({