fixed:部分bug修复
parent
be27c2455a
commit
71f082e0d9
|
|
@ -120,7 +120,7 @@ function List(props) {
|
|||
<Button
|
||||
type="link"
|
||||
onClick={() => {
|
||||
props.history.push(`../ViewInfo?id=${record.id}`);
|
||||
props.history.push(`../../viewinfo?id=${record.id}`);
|
||||
}}
|
||||
>
|
||||
查看
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@ function List(props) {
|
|||
|
||||
const { tableProps, getData } = useTable(props["qualificationApplyList"], {
|
||||
form,
|
||||
params: {
|
||||
includesPassed: 1,
|
||||
},
|
||||
});
|
||||
|
||||
const onViewRejectReason = async (id) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue