3.17 修改
This commit is contained in:
@ -68,6 +68,8 @@ class supplier extends PureComponent {
|
||||
const res = await getMaxTurnSortSupplier(record.id);//获取最新轮次的供应商信息
|
||||
if (record.bxOneSecondProjectStatus && (record.instFlowType == 2) && (getSessionUserData()?.userId == res?.data[0].bidUserId)) {//比选一阶段二次项目,选择自定义流程
|
||||
sessionStorage.setItem("isBxOneSecondCustom", "1")
|
||||
} else {
|
||||
sessionStorage.setItem("isBxOneSecondCustom", "0")
|
||||
}
|
||||
this.setState({ loading: false })
|
||||
// this.props.dispatch(routerRedux.push('/ProjectLayout/EvaRoom'))
|
||||
|
Reference in New Issue
Block a user