fix: 修复 #10126 引发的模型页面编辑器不可拖拽问题

This commit is contained in:
2betop 2024-10-11 20:16:39 +08:00 committed by lmaomaoz
parent 72ba98ab75
commit 567e1ea151

View File

@ -2714,6 +2714,7 @@ export default class CRUD extends React.Component<CRUDProps, any> {
'body',
{
...rest,
id,
// 通用事件 例如cus-event 如果直接透传给table 则会被触发2次
// 因此只将下层组件table、cards中自定义事件透传下去 否则通过crud配置了也不会执行
onEvent: this.filterOnEvent(onEvent),