fix: wrong field
This commit is contained in:
parent
fe79db1cb8
commit
721a6c035b
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ watch(locale, () => {
|
||||||
triggerEdit(
|
triggerEdit(
|
||||||
'drawer',
|
'drawer',
|
||||||
v.id,
|
v.id,
|
||||||
v.hq ? 'headOffice' : 'subBranch',
|
v.isHeadOffice ? 'headOffice' : 'subBranch',
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue