- Aggiunto bottone Aggiungi al Carrello sulla lista dei libri dei cataloghi
This commit is contained in:
@@ -63,7 +63,7 @@ export const useCatalogStore = defineStore('CatalogStore', {
|
||||
|
||||
ris = await Api.SendReq('/catalogs/id/' + id, 'GET', null)
|
||||
.then((res) => {
|
||||
console.log('catalogs', res.data.catalog);
|
||||
// console.log('catalogs', res.data.catalog);
|
||||
if (res.data.catalog) {
|
||||
// console.log('RISULTANTE CATEGORIES DAL SERVER = ', res.data.categories)
|
||||
return res.data.catalog;
|
||||
|
||||
Reference in New Issue
Block a user