src/api/tigerapi/model/basModel.ts
@@ -137,7 +137,7 @@ KeyFieldValues: (val: string, id: string) => {}; GetTitle: (type: string | undefined) => {}; GetCrudColSlots: () => []; nodeChange: ({}) => void; nodeChange: ({}) => Promise<any>; CreateIcon: (params: Recordable<any>) => string; SelectNode: (selectedNodes: Ref<any[]>) => {}; GetNavItems: (type: string) => NavItem[]; @@ -157,4 +157,5 @@ GetCustData: () => {}; GetRightMenuList: (node: EventDataNode, ...args) => ContextMenuItem[]; GetNewRow: (type: string) => {}; InitCrudFormSchema: (type: string, ...args) => {}; }