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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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