- corretto gruppomacro catalogo, info prodotti, estrazione dati da amazon corretto.

This commit is contained in:
Surya Paolo
2025-09-27 17:24:40 +02:00
parent c8589e794f
commit d6c0bcf879
13 changed files with 330 additions and 252 deletions

View File

@@ -789,7 +789,7 @@ export default defineComponent({
dataextractedWeb.value = '... caricamento in corso...';
try {
const data = await scrapingBook(false);
const data = await scrapingBook(false, false);
const html = tools.generateHtmlTableFromObject(data);
dataextractedWeb.value = html;
} catch (error) {
@@ -885,6 +885,7 @@ export default defineComponent({
heightoggetto,
mywidthogg,
myheightogg,
scrapingBook,
};
},
});