Add dialogDetail.value assignment in getDetail function

This commit is contained in:
Dede Fuji Abdul 2024-04-02 03:12:15 +07:00
parent 419d94ec5e
commit f8aa384406
10 changed files with 10 additions and 0 deletions

View File

@ -566,6 +566,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
emit('update:loadingSubData', loadingSubData.value)
})
}

View File

@ -1160,6 +1160,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -864,6 +864,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -977,6 +977,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -599,6 +599,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -927,6 +927,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -1064,6 +1064,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -929,6 +929,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -927,6 +927,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}

View File

@ -1059,6 +1059,7 @@ const getDetail = async () => {
})
.finally(() => {
loadingSubData.value = false
dialogDetail.value = true
})
}