fixed:一、二级项目备案申请不展示已完成的
parent
d3b3f345b7
commit
4554f5f8b1
|
|
@ -1,7 +1,7 @@
|
||||||
import ListView from "~/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/list";
|
import ListView from "~/pages/Container/Supervision/ProjectReview/ProjectFilingInformation/list";
|
||||||
|
|
||||||
function List(props) {
|
function List(props) {
|
||||||
return (<ListView ckbtn="xmsh-sdgs-xmbaxxgl-btn-ck" rybgjlbtn="xmsh-sdgs-xmbaxxgl-btn-rybgjl" eqStakeholderLevel="" searchType="4" {...props} />);
|
return (<ListView ckbtn="xmsh-sdgs-xmbaxxgl-btn-ck" rybgjlbtn="xmsh-sdgs-xmbaxxgl-btn-rybgjl" searchType="4" {...props} />);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default List;
|
export default List;
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ function List(props) {
|
||||||
form,
|
form,
|
||||||
params: {
|
params: {
|
||||||
eqStakeholderLevel: "one-level",
|
eqStakeholderLevel: "one-level",
|
||||||
projectStatusArr: "1,3",
|
noneCompleted: props.noneCompleted ? props.noneCompleted : 2,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗
|
const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ function List(props) {
|
||||||
form,
|
form,
|
||||||
params: {
|
params: {
|
||||||
eqStakeholderLevel: "two-level",
|
eqStakeholderLevel: "two-level",
|
||||||
|
noneCompleted: props.noneCompleted ? props.noneCompleted : 2,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗
|
const [rejectReasonModalOpen, setRejectReasonModalOpen] = useState(false); // 驳回原因弹窗
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue