线下评审、评审室
This commit is contained in:
@ -7,7 +7,7 @@ import { getDictBidMethodDict, getProMethod, getRoomId, getDefId, getQuotationMe
|
||||
import { saveLeaderId, getJuryData, checkOpenBidSupplier, getPackageList, createReviewRoom, closingReviewRoom } from './components/service';
|
||||
import './index.less';
|
||||
import { connect } from "dva";
|
||||
import { routerRedux } from 'dva/router';
|
||||
// import { routerRedux } from 'dva/router';
|
||||
import { getProId, getProSignDict } from '@/utils/session';
|
||||
import ReviewDevided from '@/pages/BidEvaluation/components/ReviewDevided';
|
||||
import CreateReviewRoom from '@/pages/BidEvaluation/components/CreateReviewRoom';
|
||||
@ -67,7 +67,8 @@ class manager extends PureComponent {
|
||||
flowConfig = (record) => {
|
||||
sessionStorage.setItem("roomId", record.id)
|
||||
this.savePageAndParams();
|
||||
this.props.dispatch(routerRedux.push(`/ProjectLayout/FlowConfig`))
|
||||
history.push(`/ProjectLayout/FlowConfig`)
|
||||
// this.props.dispatch()
|
||||
}
|
||||
//查询评审室列表
|
||||
getManagerList = (params) => {
|
||||
@ -428,7 +429,8 @@ class manager extends PureComponent {
|
||||
}
|
||||
// 跳转组建评委会
|
||||
onRedirectRate = () => {
|
||||
this.props.dispatch(routerRedux.push('/JudgingPanel/list'))
|
||||
// this.props.dispatch(history.push('/JudgingPanel/list'))
|
||||
history.push(`/JudgingPanel/list`)
|
||||
}
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user