fix(04): view group, type
This commit is contained in:
parent
2f289cfaea
commit
9084e299f8
1 changed files with 2 additions and 0 deletions
|
|
@ -2215,6 +2215,7 @@ watch(
|
|||
@click.stop="
|
||||
() => {
|
||||
if (productMode === 'type') {
|
||||
editByTree = 'type';
|
||||
currentStatusProduct =
|
||||
props.row.status === 'INACTIVE';
|
||||
clearFormGroup();
|
||||
|
|
@ -2224,6 +2225,7 @@ watch(
|
|||
drawerInfo = true;
|
||||
}
|
||||
if (productMode === 'group') {
|
||||
editByTree = 'group';
|
||||
currentStatusProduct =
|
||||
props.row.status === 'INACTIVE';
|
||||
clearFormGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue