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) ? (