Ben Lin
2024-07-03 a745761147b17a42b4698250a170ef4c0fa0b09b
src/api/tigerapi/model/basModel.ts
@@ -131,7 +131,7 @@
  GetCrudForm: (type: string | undefined,) => [] | {};
  GetBaseForm: () => [] | {};
  GetBaseCards: (type: string | undefined) => [];
  OthersValues: (val: string, id: string) => {};
  KeyFieldValues: (val: string, id: string) => {};
  GetTitle: (type: string | undefined) => {};
  GetCrudColSlots: () => [];
  nodeChange: ({}) => void;
@@ -147,4 +147,5 @@
  GetSlots: (type: string | undefined) => {};
  GenerateHtml: (type: string | null) => HTMLElement | null;
  CustFunc: (type: string | undefined, ...args) => void | any;
  SubmitAll: (data: Ref<any[]>) => void | any;
}