fix: daftar gangguan melapor lebih dari 1 kali

This commit is contained in:
kur0nek-o
2024-04-26 10:58:53 +07:00
parent 0b6fff0d83
commit 2482d39d18
4 changed files with 8 additions and 6 deletions

View File

@ -513,6 +513,8 @@ const showDetail = () => {
dataSubSelected.value = null
if (detailType.value == 'table') {
getDetail()
} else {
dialogDetail.value = true
}
}