Ben Lin
2024-08-07 439e3b0f076280311b7cd4251a95820730242780
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) => {};
}