提交 5d184037 编写于 作者: RedPig97's avatar RedPig97

fix:表格报错修复

上级 1b85c180
......@@ -27,10 +27,10 @@ const props = withDefaults(defineProps < Props > (), {
})
// emit声明
const emit = defineEmits<{(event: 'onCtrlevent', value: IActionParam): void;}>();
const emit = defineEmits<{(event: 'onCtrlEvent', value: IActionParam): void;}>();
// 安装功能模块,提供状态和能力
const { state, useCustom, onEditorEvent, onToolbarEvent } = new GridControl(ctrlState, props, emit).moduleInstall();
const { state, useCustom, onEditorEvent } = new GridControl(ctrlState, props, emit).moduleInstall();
const { useScrollOption, useRowKey, useRowClassName, useCustomRow, useRowSelectionOption, onResizeColumn, onGridChange } = useCustom;
// 暴露内部状态及能力
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册