fix: code missing
This commit is contained in:
parent
39509fa138
commit
4fcf39adb7
1 changed files with 2 additions and 1 deletions
|
|
@ -434,8 +434,9 @@ async function fetchBranchById(id: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
formData.value = {
|
formData.value = {
|
||||||
remark: res.remark || '',
|
codeHeadOffice: res.code,
|
||||||
code: res.code,
|
code: res.code,
|
||||||
|
remark: res.remark || '',
|
||||||
headOfficeId: res.headOfficeId,
|
headOfficeId: res.headOfficeId,
|
||||||
taxNo: res.taxNo,
|
taxNo: res.taxNo,
|
||||||
nameEN: res.nameEN,
|
nameEN: res.nameEN,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue