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;