mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
fix: 修改项目的双重提示
This commit is contained in:
parent
95d4bf7f8d
commit
ee17cbc13a
@ -95,8 +95,6 @@ class ProjectMessage extends Component {
|
|||||||
this.props.getProjectMsg(this.props.projectId);
|
this.props.getProjectMsg(this.props.projectId);
|
||||||
message.success('修改成功! ');
|
message.success('修改成功! ');
|
||||||
// this.props.history.push('/group');
|
// this.props.history.push('/group');
|
||||||
} else {
|
|
||||||
message.error(res.payload.data.errmsg);
|
|
||||||
}
|
}
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user