feat: add addressId when createTicket
This commit is contained in:
parent
7fbd31bd04
commit
b2c9a7863c
|
@ -179,7 +179,11 @@ const debtWarning = computed(() => {
|
|||
table: JSON.stringify({
|
||||
clientFk: entity.id,
|
||||
}),
|
||||
createForm: JSON.stringify({ clientId: entity.id }),
|
||||
|
||||
createForm: JSON.stringify({
|
||||
clientId: entity.id,
|
||||
addressId: entity.defaultAddressFk,
|
||||
}),
|
||||
},
|
||||
}"
|
||||
size="md"
|
||||
|
|
Loading…
Reference in New Issue