mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-08-01 02:45:49 +00:00
fix(table): 列操作点击后关闭popover
This commit is contained in:
parent
b564c9e4aa
commit
596d86f2ab
@ -134,7 +134,8 @@ const actionHandler = async (action: ColumnActionConfig, row: any, index: number
|
|||||||
} else {
|
} else {
|
||||||
await action.handler?.(row, index);
|
await action.handler?.(row, index);
|
||||||
}
|
}
|
||||||
action.after?.(row, index);
|
await action.after?.(row, index);
|
||||||
|
popoverVisible.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
const save = async (index: number, config: ColumnConfig) => {
|
const save = async (index: number, config: ColumnConfig) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user