แก้การแสดงผล วินัย

This commit is contained in:
setthawutttty 2024-12-20 10:38:25 +07:00
parent 063db4e245
commit 07b1e6cd44
3 changed files with 9 additions and 2 deletions

View file

@ -209,7 +209,10 @@ function addPersonalToCommand(isRedirect: boolean) {
firstName: e.firstName,
lastName: e.lastName,
citizenId: e.citizenId,
profileId: e.profileId,
rootId: e.rootId,
...(e.remarkVertical ? { remarkVertical: e.remarkVertical } : {}),
...(e.remarkHorizontal ? { remarkHorizontal: e.remarkHorizontal } : {}),
}));
const body = {
commandId: selected.value[0].id,