mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 02:00:25 +08:00
revert(table): revert form type annotation
This commit is contained in:
parent
3cf7988c8d
commit
261936b117
@ -87,7 +87,7 @@ export interface GetColumnsParams {
|
||||
export type SizeType = 'default' | 'middle' | 'small' | 'large';
|
||||
|
||||
export interface TableActionType {
|
||||
// reload: (opt?: FetchParams) => Promise<void>;
|
||||
reload: (opt?: FetchParams) => Promise<void>;
|
||||
getSelectRows: () => any[];
|
||||
clearSelectedRowKeys: () => void;
|
||||
getSelectRowKeys: () => string[];
|
||||
|
Loading…
Reference in New Issue
Block a user