线下评审、评审室

This commit is contained in:
jlzhangyx5
2025-07-16 15:14:40 +08:00
parent 2e0d53f0e2
commit 8d1f793e79
2 changed files with 7 additions and 5 deletions

View File

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