Fix showDetail function in RGangguan_ALL, RGangguan_CTTM, and RGangguan_BerdasarMedia

This commit is contained in:
Dede Fuji Abdul
2024-04-02 13:39:21 +07:00
parent 96f0593a74
commit 232ac14df1
8 changed files with 647 additions and 11 deletions

View File

@@ -544,7 +544,7 @@ const showDetail = () => {
clearSelection()
dataSubSelected.value = null
if (monthSelected.value != null) {
// getDetail()
getDetail()
}
}