From b573b0947f9b439c083f7deff33cb118fd41821c Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Thu, 9 Jul 2026 11:21:39 +0800 Subject: [PATCH] fix --- src/pages/Container/EnterpriseInfo/index.js | 3 ++- .../Container/QualApplication/FilingChange/List/index.js | 2 +- src/pages/Container/QualApplication/index.js | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/Container/EnterpriseInfo/index.js b/src/pages/Container/EnterpriseInfo/index.js index a5b7e60..bed0eef 100644 --- a/src/pages/Container/EnterpriseInfo/index.js +++ b/src/pages/Container/EnterpriseInfo/index.js @@ -12,8 +12,9 @@ function EnterpriseInfo(props) { if (!orgInfoId) { props.orgInfoGet().then((res) => { if (res?.data?.id) { - setOrgInfoId(res?.data?.id); + // 下方两行切勿更换顺序 sessionStorage.setItem("orgInfoId", res?.data?.id); + setOrgInfoId(res?.data?.id); } }); } diff --git a/src/pages/Container/QualApplication/FilingChange/List/index.js b/src/pages/Container/QualApplication/FilingChange/List/index.js index 689852c..ad30a04 100644 --- a/src/pages/Container/QualApplication/FilingChange/List/index.js +++ b/src/pages/Container/QualApplication/FilingChange/List/index.js @@ -91,7 +91,7 @@ function FilingChangeListPage(props) { onPageChange={handlePageChange} onChangeCountClick={(record) => setHistoryRecord(record)} extraActions={(record) => - [ 3,5].includes(record.filingStatusCode) ? ( + [ 1,3].includes(record.filingStatusCode) ? (