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 = {
|
||||
remark: res.remark,
|
||||
remark: res.remark || '',
|
||||
code: res.code,
|
||||
headOfficeId: res.headOfficeId,
|
||||
taxNo: res.taxNo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue