diff --git a/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js b/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js index 7b2949e..a289775 100644 --- a/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js +++ b/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js @@ -18,6 +18,9 @@ function List(props) { const { tableProps, getData } = useTable(props["qualificationApplyList"], { form, + params: { + includesPassed: 1, + }, }); const onViewRejectReason = async (id) => {