mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
fix: 项目环境修改后发送project/get请求
This commit is contained in:
parent
0343b4578d
commit
ef7ebe7d18
@ -92,6 +92,7 @@ class ProjectMessage extends Component {
|
||||
|
||||
updateProject(assignValue).then((res) => {
|
||||
if (res.payload.data.errcode == 0) {
|
||||
this.props.getProjectMsg(this.props.projectId);
|
||||
message.success('修改成功! ');
|
||||
// this.props.history.push('/group');
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user