fix(01): edit use drawer
This commit is contained in:
parent
6454f8ebe1
commit
be070a7058
1 changed files with 2 additions and 2 deletions
|
|
@ -1205,14 +1205,14 @@ watch(currentHq, () => {
|
|||
() => {
|
||||
if (props.row.isHeadOffice) {
|
||||
triggerEdit(
|
||||
'form',
|
||||
'drawer',
|
||||
props.row.id,
|
||||
'headOffice',
|
||||
props.row.code,
|
||||
);
|
||||
} else {
|
||||
triggerEdit(
|
||||
'form',
|
||||
'drawer',
|
||||
props.row.id,
|
||||
'subBranch',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue