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, }, });