fix(04): hide q-fab state

This commit is contained in:
puriphatt 2024-09-06 09:20:36 +07:00
parent 978820d166
commit c324cd6117

View file

@ -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;
}
}