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="
|
@click.stop="
|
||||||
() => {
|
() => {
|
||||||
if (productMode === 'type') {
|
if (productMode === 'type') {
|
||||||
|
editByTree = 'type';
|
||||||
currentStatusProduct =
|
currentStatusProduct =
|
||||||
props.row.status === 'INACTIVE';
|
props.row.status === 'INACTIVE';
|
||||||
clearFormGroup();
|
clearFormGroup();
|
||||||
|
|
@ -2224,6 +2225,7 @@ watch(
|
||||||
drawerInfo = true;
|
drawerInfo = true;
|
||||||
}
|
}
|
||||||
if (productMode === 'group') {
|
if (productMode === 'group') {
|
||||||
|
editByTree = 'group';
|
||||||
currentStatusProduct =
|
currentStatusProduct =
|
||||||
props.row.status === 'INACTIVE';
|
props.row.status === 'INACTIVE';
|
||||||
clearFormGroup();
|
clearFormGroup();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue