fix: แก้ type
This commit is contained in:
parent
450b3e10bf
commit
627da99cf0
2 changed files with 3 additions and 2 deletions
|
|
@ -671,6 +671,7 @@ async function assignFormData(data: Customer & { branch: CustomerBranch[] }) {
|
|||
|
||||
data.branch.forEach((v) => {
|
||||
formData.value.customerBranch?.push({
|
||||
id: v.id,
|
||||
address: v.address,
|
||||
addressEN: v.addressEN,
|
||||
provinceId: v.province.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue