修改点击列问题
This commit is contained in:
@@ -191,9 +191,9 @@ const openCustomColumn = () => {
|
||||
table.reactData.customStore.activeBtn = false
|
||||
}
|
||||
if (customColumnVisibleOnPress) {
|
||||
table.closeCustom?.()
|
||||
table?.closeCustom?.()
|
||||
} else {
|
||||
table.openCustom?.()
|
||||
table?.openCustom?.()
|
||||
}
|
||||
}
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user