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)
})
}