|
|
@ -185,7 +185,7 @@ const open = (titleName: any, allSchemas: any,getApiPage: any, formField: any, s |
|
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
|
getListApi: getPage.value // 分页接口 |
|
|
|
}) |
|
|
|
tableObject.pageSize = 20 |
|
|
|
tableObject.pageSize = 200 |
|
|
|
tableObjectRef.value = tableObject |
|
|
|
searchConditionRef.value = searchCondition |
|
|
|
if (searchCondition) tableObjectRef.value.params = searchCondition |
|
|
|