fixed:相关方项目申请筛选不正确问题修复
parent
eada33d3ea
commit
462e6c9496
|
|
@ -17,7 +17,7 @@ function List(props) {
|
|||
form,
|
||||
params: {
|
||||
searchType: 5,
|
||||
// eqStakeholderLevel: "one-level",
|
||||
eqStakeholderLevel: "one-level",
|
||||
eqProjectStatus: 4,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue