fixed:部分bug修复
parent
be27c2455a
commit
71f082e0d9
|
|
@ -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}`);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
查看
|
查看
|
||||||
|
|
|
||||||
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue