From 086d1187a1e87ec0db9befad3ce4c52d3f6347a9 Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Mon, 19 Jan 2026 16:27:27 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E9=83=A8=E5=88=86bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Container/BranchCompany/Qualification/Apply/List/index.js | 3 +++ 1 file changed, 3 insertions(+) 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) => {