Add dialogDetail.value assignment in getDetail function
This commit is contained in:
@ -566,6 +566,7 @@ const getDetail = async () => {
|
||||
})
|
||||
.finally(() => {
|
||||
loadingSubData.value = false
|
||||
dialogDetail.value = true
|
||||
emit('update:loadingSubData', loadingSubData.value)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user