fix: 修改项目的双重提示

This commit is contained in:
wenbo.dong 2017-08-29 16:17:58 +08:00
parent 95d4bf7f8d
commit ee17cbc13a

View File

@ -95,8 +95,6 @@ class ProjectMessage extends Component {
this.props.getProjectMsg(this.props.projectId);
message.success('修改成功! ');
// this.props.history.push('/group');
} else {
message.error(res.payload.data.errmsg);
}
}).catch(() => {
});