Fix showDetail function in multiple components

This commit is contained in:
Dede Fuji Abdul
2024-04-02 03:26:36 +07:00
parent 6b1b0981e2
commit bf2425a5f1
33 changed files with 33 additions and 33 deletions

View File

@ -1006,7 +1006,7 @@ const showDetail = () => {
dataSub.value = []
dataSubSelected.value = null
if (agreeToShowDialog.value) {
// getDetail()
getDetail()
}
}