mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
feat: 修复 vxetable 实例中缺少的 getRefMaps 和 getComputeMaps 方法 (#3361)
Co-authored-by: gavin-james <meaganlindesy1258@gmail.com>
This commit is contained in:
parent
beee35173b
commit
2376e8f67d
@ -1,12 +1,21 @@
|
||||
import { GridMethods, TableMethods, TableEditMethods, TableValidatorMethods } from 'vxe-table';
|
||||
import {
|
||||
GridMethods,
|
||||
TableMethods,
|
||||
TableEditMethods,
|
||||
TableValidatorMethods,
|
||||
VxeGridConstructor,
|
||||
} from 'vxe-table';
|
||||
|
||||
export const gridComponentMethodKeys: (
|
||||
| keyof GridMethods
|
||||
| keyof TableMethods
|
||||
| keyof TableEditMethods
|
||||
| keyof TableValidatorMethods
|
||||
| keyof VxeGridConstructor
|
||||
)[] = [
|
||||
// vxe-grid 部分
|
||||
'getRefMaps',
|
||||
'getComputeMaps',
|
||||
'dispatchEvent',
|
||||
'commitProxy',
|
||||
'getFormItems',
|
||||
|
Loading…
Reference in New Issue
Block a user