fix: header null
This commit is contained in:
parent
1c56048245
commit
fe6e98426f
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ async function fetchBranchById(id: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
formData.value = {
|
formData.value = {
|
||||||
remark: res.remark,
|
remark: res.remark || '',
|
||||||
code: res.code,
|
code: res.code,
|
||||||
headOfficeId: res.headOfficeId,
|
headOfficeId: res.headOfficeId,
|
||||||
taxNo: res.taxNo,
|
taxNo: res.taxNo,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue