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) {
|
if (props.row.isHeadOffice) {
|
||||||
triggerEdit(
|
triggerEdit(
|
||||||
'form',
|
'drawer',
|
||||||
props.row.id,
|
props.row.id,
|
||||||
'headOffice',
|
'headOffice',
|
||||||
props.row.code,
|
props.row.code,
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
triggerEdit(
|
triggerEdit(
|
||||||
'form',
|
'drawer',
|
||||||
props.row.id,
|
props.row.id,
|
||||||
'subBranch',
|
'subBranch',
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue