fixed:相关方项目申请筛选不正确问题修复

master
dearLin 2026-02-26 16:37:34 +08:00
parent eada33d3ea
commit 462e6c9496
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ function List(props) {
form,
params: {
searchType: 5,
// eqStakeholderLevel: "one-level",
eqStakeholderLevel: "one-level",
eqProjectStatus: 4,
},
});

View File

@ -16,7 +16,7 @@ function List(props) {
form,
params: {
searchType: 5,
// eqStakeholderLevel: "two-level",
eqStakeholderLevel: "two-level",
eqProjectStatus: 4,
},
});
@ -40,7 +40,7 @@ function List(props) {
columns={[
{ title: "集团单位名称", dataIndex: "groupCompanyName" },
{ title: "集团单位审核部门", dataIndex: "groupCompanyDeptName" },
{ title: "一级项目名称", dataIndex: "relatedProjectName" },
{ title: "一级项目名称", dataIndex: "parentProjectName" },
{ title: "二级项目名称", dataIndex: "projectName" },
{ title: "项目属地单位", dataIndex: "companyName" },
{ title: "项目类别", dataIndex: "qualificationsTypeName" },