|
|
|
@ -39,7 +39,9 @@ interface AllSchemas {
|
|
|
|
detailSchema: DescriptionsSchema[]
|
|
|
|
detailSchema: DescriptionsSchema[]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 过滤所有结构
|
|
|
|
/**
|
|
|
|
|
|
|
|
* @deprecated 不推荐使用,感觉过于繁琐,不是很灵活 可能会在某个版本中删除
|
|
|
|
|
|
|
|
*/
|
|
|
|
export const useCrudSchemas = (
|
|
|
|
export const useCrudSchemas = (
|
|
|
|
crudSchema: CrudSchema[]
|
|
|
|
crudSchema: CrudSchema[]
|
|
|
|
): {
|
|
|
|
): {
|
|
|
|
|