chore: Update CTT_LaporanCttKwhPeriksa.vue to handle cell click events
This commit is contained in:
parent
90e5074cf4
commit
2970cec061
@ -985,6 +985,8 @@ const onCellClicked = (e: any) => {
|
||||
if (e.rowType == 'group') {
|
||||
groupDialog.value = true
|
||||
groupIndex.value = e.row.groupIndex
|
||||
} else {
|
||||
groupDialog.value = false
|
||||
}
|
||||
isDialogEnabled.value = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user