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