9.28 1、异常告警优化 2、大屏,评审中项目,供应商名称加密 3、评委会设置,评标室预约优化
This commit is contained in:
@ -128,7 +128,8 @@ class manager extends PureComponent {
|
||||
//评委会设置
|
||||
onJurySet = (record) => {
|
||||
this.savePageAndParams();
|
||||
this.props.dispatch(routerRedux.push(`/ProjectLayout/JudgingPanel?roomId=${record.id}&secId=${record.sectionId}`))
|
||||
history.push({ pathname: '/ProjectLayout/JudgingPanel', state: { roomId: record.id, secId: record.sectionId, openTime: record.openTime } });
|
||||
// this.props.dispatch(routerRedux.push(`/ProjectLayout/JudgingPanel?roomId=${record.id}&secId=${record.sectionId}&openTime=${record.openTime}`));
|
||||
}
|
||||
//创建评审室
|
||||
onCreateClick = async () => {
|
||||
|
Reference in New Issue
Block a user