From 344276ab434cbf7e7f5fc3e3b436a92347e5464e Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 17 Mar 2023 17:13:11 +0800 Subject: [PATCH] =?UTF-8?q?3.17=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/BidEvaluation/supplier.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/BidEvaluation/supplier.js b/src/pages/BidEvaluation/supplier.js index eab5bf8..b006c00 100644 --- a/src/pages/BidEvaluation/supplier.js +++ b/src/pages/BidEvaluation/supplier.js @@ -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'))