fixed:部分bug修复

master
dearLin 2026-01-19 16:16:36 +08:00
parent be27c2455a
commit 71f082e0d9
2 changed files with 4 additions and 1 deletions

View File

@ -120,7 +120,7 @@ function List(props) {
<Button <Button
type="link" type="link"
onClick={() => { onClick={() => {
props.history.push(`../ViewInfo?id=${record.id}`); props.history.push(`../../viewinfo?id=${record.id}`);
}} }}
> >
查看 查看

View File

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