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

@@ -562,7 +562,7 @@ const showDetail = () => {
dataSub.value = []
dataSubSelected.value = null
if (date.value != '') {
// getDetail()
getDetail()
}
}