Ben Lin
2024-07-02 2069d53e9be24adec3c8d6717fd7317555bd9a52
src/api/tigerapi/model/basModel.ts
@@ -143,6 +143,7 @@
  GetUseDrawers: () => [];
  GetUseTables: (data: Ref<Recordable[]>, ...args) => [];
  SubmitFunc: (values: Recordable<any>, type: string, emit) => void;
  FormSearch: (d) => string | {};
  GetSlots: (type: string | undefined) => {};
  GenerateHtml: (type: string | null) => HTMLElement | null;
  CustFunc: (type: string | undefined, ...args) => void | any;