forked from verdnatura/salix-front
feat: add addressFk
This commit is contained in:
parent
ff61a5931b
commit
0910425c5c
|
@ -190,7 +190,9 @@ const debtWarning = computed(() => {
|
|||
name: 'OrderList',
|
||||
query: {
|
||||
createForm: JSON.stringify({
|
||||
clientFk: entity.id,
|
||||
clientFk: entity.id
|
||||
,
|
||||
addressId: entity.defaultAddressFk,
|
||||
}),
|
||||
},
|
||||
}"
|
||||
|
|
Loading…
Reference in New Issue