Fix: refactor getDetail url param

This commit is contained in:
hasyim_kai
2025-11-05 13:26:48 +07:00
parent a361922e32
commit bd57250f7e
@@ -34,7 +34,9 @@ const headerPrep: HeaderPrep = {
// #region Lifecycle Hooks
onMounted(async () => {
const result = await getDetail(controlLetterId)
const result = await getDetail(controlLetterId, {
includes: "unit,specialist,subspecialist,doctor-employee-person",
})
if (result.success) {
controlLetter.value = result.body?.data
}