From cbaedaba70c08d722f56ad5fc78bd259f9cc661e Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Thu, 22 Jan 2026 11:31:06 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E9=A1=B9=E7=9B=AE=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E8=B5=84=E8=B4=A8=E8=AF=81=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Qualification/Apply/Add/index.js | 25 +++++++++++-------- .../Qualification/Records/List/index.js | 3 ++- .../ProjectFilingApplication/Add/index.js | 2 +- .../Qualification/Review/Review/index.js | 13 +++++----- 4 files changed, 24 insertions(+), 19 deletions(-) diff --git a/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js b/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js index 609d3cc..2fa8f8a 100644 --- a/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js +++ b/src/pages/Container/BranchCompany/Qualification/Apply/Add/index.js @@ -84,7 +84,7 @@ const StepOneComponent = (props) => { }; useEffect(() => { - getCorpInfoList(); + getCorpInfoList(1); form.setFieldsValue(props.formValues); }, []); @@ -114,16 +114,19 @@ const StepOneComponent = (props) => { onGetLabel={(label) => { form.setFieldValue("qualificationsTypeName", label); }} - onChange={async (value) => { - if (value === "wzgll") { - await getCorpInfoList(1); - } - form.setFieldValue("groupUnitName", ""); - form.setFieldValue("groupUnitName", ""); - form.setFieldValue("groupUnitDeptName", ""); - form.setFieldValue("groupUnitUserName", ""); - form.setFieldValue("qualificationsId", ""); - }} + // onChange={async (value) => { + // if (value === "wzgll") { + // await getCorpInfoList(1); + // } + // else { + // await getCorpInfoList(1); + // } + // form.setFieldValue("groupUnitName", ""); + // form.setFieldValue("groupUnitName", ""); + // form.setFieldValue("groupUnitDeptName", ""); + // form.setFieldValue("groupUnitUserName", ""); + // form.setFieldValue("qualificationsId", ""); + // }} /> ), }, diff --git a/src/pages/Container/BranchCompany/Qualification/Records/List/index.js b/src/pages/Container/BranchCompany/Qualification/Records/List/index.js index f47f0fa..5820b67 100644 --- a/src/pages/Container/BranchCompany/Qualification/Records/List/index.js +++ b/src/pages/Container/BranchCompany/Qualification/Records/List/index.js @@ -119,7 +119,8 @@ function List(props) { {(props.permission(props.cxtjbtn || "zrzz-jtgs-zrzzjl-btn-cxtj") && record.status === 400 && record.createId === currentUserId - && (record.isAnnualInspection === 1)) && ( + && record.qualificationsStatus !== 0 + && record.isAnnualInspection === 1) && (