- ver 1.2.47 :
- corretto errore di modifica scheda - aggiunto scraping (fase 1)
This commit is contained in:
@@ -830,7 +830,7 @@ export const useProducts = defineStore('Products', {
|
||||
if (!id) {
|
||||
return null;
|
||||
}
|
||||
if (!this.products || forza) {
|
||||
if (this.products.length === 0 || forza) {
|
||||
// Se non lo carico all'avvio, allora fai la chiamata al server
|
||||
prod = await this.loadProductById(id);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user