fixed:部分bug修复

master
dearLin 2026-01-19 16:27:27 +08:00
parent 71f082e0d9
commit 086d1187a1
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ function List(props) {
const { tableProps, getData } = useTable(props["qualificationApplyList"], {
form,
params: {
includesPassed: 1,
},
});
const onViewRejectReason = async (id) => {