versione 1.2.14 :

- aggiornati i file di configurazione, ENV e script non funzionanti., package.
- corretto custom-service-worker.js con CORS
- ottimizzato il server, la chiamata Load iniziale (senza promise, con async/await).
This commit is contained in:
Surya Paolo
2025-03-12 21:02:51 +01:00
parent cc541b1e6f
commit 834203ffbb
135 changed files with 572 additions and 1965 deletions

View File

@@ -92,6 +92,7 @@
v-model="storeGasordine"
:options="productStore.getGasordines()"
:label="t('products.gasordine') + `:`"
style="min-width: 300px"
emit-value
map-options
></q-select>

View File

@@ -182,7 +182,7 @@ export default defineComponent({
function getCatProds() {
const arrcat = productStore.getCatProds(shared_consts.PROD.BOTTEGA)
console.log('getCatProds', arrcat)
// console.log('getCatProds', arrcat)
let riscat: any = []
if (arrcat && arrcat.length > 0) {
riscat = [{ label: 'Tutti', value: '', icon: undefined, color: undefined }]