fix(04): hide q-fab state
This commit is contained in:
parent
978820d166
commit
c324cd6117
1 changed files with 3 additions and 0 deletions
|
|
@ -1603,6 +1603,7 @@ watch(productMode, async () => {
|
|||
currentIdGrop = '';
|
||||
currentIdType = '';
|
||||
productMode = 'group';
|
||||
currentNoAction = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
@ -1616,6 +1617,7 @@ watch(productMode, async () => {
|
|||
currentIdType = '';
|
||||
filterStat = [];
|
||||
productMode = 'group';
|
||||
currentNoAction = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
@ -1631,6 +1633,7 @@ watch(productMode, async () => {
|
|||
currentIdType = '';
|
||||
filterStat = [];
|
||||
productMode = 'group';
|
||||
currentNoAction = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue