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 = '';
|
currentIdGrop = '';
|
||||||
currentIdType = '';
|
currentIdType = '';
|
||||||
productMode = 'group';
|
productMode = 'group';
|
||||||
|
currentNoAction = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1616,6 +1617,7 @@ watch(productMode, async () => {
|
||||||
currentIdType = '';
|
currentIdType = '';
|
||||||
filterStat = [];
|
filterStat = [];
|
||||||
productMode = 'group';
|
productMode = 'group';
|
||||||
|
currentNoAction = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1631,6 +1633,7 @@ watch(productMode, async () => {
|
||||||
currentIdType = '';
|
currentIdType = '';
|
||||||
filterStat = [];
|
filterStat = [];
|
||||||
productMode = 'group';
|
productMode = 'group';
|
||||||
|
currentNoAction = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue