no message

This commit is contained in:
STW_TTTY\stwtt 2024-05-21 13:29:53 +07:00
parent fb2b9b4c30
commit 6a763e819b
4 changed files with 18 additions and 10 deletions

View file

@ -72,8 +72,8 @@ const fecthappointmentByid = async () => {
const data = res.data.result;
appointment.value = data;
profileId.value = data.profileId;
title.value.fullname = `${data.prefix}${data.firstname ?? "-"} ${
data.lastname ?? "-"
title.value.fullname = `${data.prefix}${data.firstName ?? "-"} ${
data.lastName ?? "-"
}`;
title.value.organizationPositionOld = data.organizationPositionOld ?? "-";
title.value.positionLevelOld = data.positionLevelOld ?? "-";