fixed:部分bug修复
parent
71f082e0d9
commit
086d1187a1
|
|
@ -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