แก้การแสดงผล วินัย
This commit is contained in:
parent
063db4e245
commit
07b1e6cd44
3 changed files with 9 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue