From d3b3f345b7a96af28cf476ad6302b6808cedbd3b Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Thu, 26 Feb 2026 13:43:29 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E5=A4=87=E6=A1=88=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=B8=8E=E9=A1=B9=E7=9B=AE=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=20=E5=8F=AA=E5=B1=95=E7=A4=BA=E5=B7=B2?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Local/ProjectReview/ProjectFilingInformation/List/index.js | 2 +- .../ProjectReview/ProjectFilingApplication/List/index.js | 3 ++- .../ProjectFilingApplicationManagement/List/index.js | 3 ++- .../ProjectReview/ProjectFilingApplicationTwo/List/index.js | 2 +- .../ProjectFilingApplicationTwoManagement/List/index.js | 3 ++- .../Supervision/ProjectReview/ProjectApprovalTwo/List/index.js | 2 +- .../ProjectReview/ProjectFilingInformation/List/index.js | 3 ++- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/pages/Container/Local/ProjectReview/ProjectFilingInformation/List/index.js b/src/pages/Container/Local/ProjectReview/ProjectFilingInformation/List/index.js index 10c338d..e0c1c6e 100644 --- a/src/pages/Container/Local/ProjectReview/ProjectFilingInformation/List/index.js +++ b/src/pages/Container/Local/ProjectReview/ProjectFilingInformation/List/index.js @@ -1,7 +1,7 @@ import ListView from "~/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/list"; function List(props) { - return (); + return (); } export default List; diff --git a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/List/index.js b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/List/index.js index 51d0b80..9803f4c 100644 --- a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/List/index.js +++ b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/List/index.js @@ -10,7 +10,7 @@ import Table from "zy-react-library/components/Table"; import { FORM_ITEM_RENDER_ENUM } from "zy-react-library/enum/formItemRender"; import useTable from "zy-react-library/hooks/useTable"; import { getLabelName } from "zy-react-library/utils"; -import {PROJECT_ONELEVEL_STATUS_MAP, PROJECT_STATUS_MAP} from "~/enumerate/constant"; +import { PROJECT_ONELEVEL_STATUS_MAP, PROJECT_STATUS_MAP } from "~/enumerate/constant"; import { NS_QUALIFICATION_STATISTICS } from "~/enumerate/namespace"; function List(props) { @@ -19,6 +19,7 @@ function List(props) { form, params: { eqStakeholderLevel: "one-level", + projectStatusArr: "1,3", }, }); const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗 diff --git a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationManagement/List/index.js b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationManagement/List/index.js index af3ebf7..f139207 100644 --- a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationManagement/List/index.js +++ b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationManagement/List/index.js @@ -17,7 +17,8 @@ function List(props) { form, params: { searchType: 5, - eqStakeholderLevel: "one-level", + // eqStakeholderLevel: "one-level", + eqProjectStatus: 4, }, }); diff --git a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwo/List/index.js b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwo/List/index.js index 082605d..163b9e2 100644 --- a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwo/List/index.js +++ b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwo/List/index.js @@ -70,7 +70,7 @@ function List(props) { columns={[ { title: "集团单位名称", dataIndex: "corpinfoName" }, { title: "集团单位审核部门", dataIndex: "groupCompanyDeptName" }, - { title: "一级项目名称", dataIndex: "parentProjectName" }, + { title: "一级项目名称", dataIndex: "relatedProjectName" }, { title: "二级项目名称", dataIndex: "projectName" }, { title: "项目属地单位", dataIndex: "companyName" }, { title: "项目类别", dataIndex: "qualificationsTypeName" }, diff --git a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwoManagement/List/index.js b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwoManagement/List/index.js index 0214b3d..73eeb63 100644 --- a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwoManagement/List/index.js +++ b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplicationTwoManagement/List/index.js @@ -16,7 +16,8 @@ function List(props) { form, params: { searchType: 5, - eqStakeholderLevel: "two-level", + // eqStakeholderLevel: "two-level", + eqProjectStatus: 4, }, }); diff --git a/src/pages/Container/Supervision/ProjectReview/ProjectApprovalTwo/List/index.js b/src/pages/Container/Supervision/ProjectReview/ProjectApprovalTwo/List/index.js index 73f0c18..3ea6704 100644 --- a/src/pages/Container/Supervision/ProjectReview/ProjectApprovalTwo/List/index.js +++ b/src/pages/Container/Supervision/ProjectReview/ProjectApprovalTwo/List/index.js @@ -17,7 +17,7 @@ function List(props) { form, params: { eqStakeholderLevel: "two-level", - eqProjectStatus: 1, + projectStatusArr: "1,3", }, }); const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗 diff --git a/src/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/List/index.js b/src/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/List/index.js index 10bad7f..c62230b 100644 --- a/src/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/List/index.js +++ b/src/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/List/index.js @@ -16,7 +16,8 @@ function List(props) { form, params: { searchType: props.searchType || 1, - eqStakeholderLevel: props.eqStakeholderLevel || "", + // eqStakeholderLevel: props.eqStakeholderLevel || "", + eqProjectStatus: 4, }, });