fix: 项目环境修改后发送project/get请求

This commit is contained in:
wenbo.dong 2017-08-25 11:26:31 +08:00
parent 0343b4578d
commit ef7ebe7d18

View File

@ -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 {