修复bug,统一事件定义

This commit is contained in:
zqm
2026-01-15 14:28:29 +08:00
parent 8a2b07d36f
commit dd421b5d1e
4 changed files with 108 additions and 51 deletions

View File

@@ -764,7 +764,7 @@ const onToggleMaximize = () => {
})
}
const onClose = () => emitEvent(EVENT_TYPES.PANEL_CLOSE_REQUEST, {
const onClose = () => emitEvent(EVENT_TYPES.AREA_CLOSE_REQUEST, {
areaId: props.id
}, {
source: { component: 'Area', areaId: props.id }