Fix showDetail function in multiple components
This commit is contained in:
@@ -973,7 +973,7 @@ const showDetail = () => {
|
||||
dataSub.value = []
|
||||
dataSubSelected.value = null
|
||||
if (agreeToShowDialog.value) {
|
||||
// getDetail()
|
||||
getDetail()
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1237,7 +1237,7 @@ const showDetail = () => {
|
||||
dataSub.value = []
|
||||
dataSubSelected.value = null
|
||||
if (monthSelected.value != null) {
|
||||
// getDetail()
|
||||
getDetail()
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -995,7 +995,7 @@ const showDetail = () => {
|
||||
dataSub.value = []
|
||||
dataSubSelected.value = null
|
||||
if (agreeToShowDialog.value) {
|
||||
// getDetail()
|
||||
getDetail()
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1006,7 +1006,7 @@ const showDetail = () => {
|
||||
dataSub.value = []
|
||||
dataSubSelected.value = null
|
||||
if (agreeToShowDialog.value) {
|
||||
// getDetail()
|
||||
getDetail()
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -757,7 +757,7 @@ const showDetail = () => {
|
||||
dataSub.value = []
|
||||
dataSubSelected.value = null
|
||||
if (agreeToShowDialog.value) {
|
||||
// getDetail()
|
||||
getDetail()
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -758,7 +758,7 @@ const showDetail = () => {
|
||||
dataSub.value = []
|
||||
dataSubSelected.value = null
|
||||
if (agreeToShowDialog.value) {
|
||||
// getDetail()
|
||||
getDetail()
|
||||
}
|
||||
}
|
||||
const closeDialog = () => {
|
||||
|
@@ -752,7 +752,7 @@ const showDetail = () => {
|
||||
dataSub.value = []
|
||||
dataSubSelected.value = null
|
||||
if (agreeToShowDialog.value) {
|
||||
// getDetail()
|
||||
getDetail()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user