- aggiunto filtro nella lista producttable
- ora compare il bottone aggiungi alla lista solo se non è presente.
This commit is contained in:
@@ -315,7 +315,7 @@ export default defineComponent({
|
||||
const catalogStore = useCatalogStore();
|
||||
|
||||
const tabvisu = ref('categorie');
|
||||
const tabcatalogo = ref('visu');
|
||||
const tabcatalogo = ref('');
|
||||
const tabgen = ref('condizioni');
|
||||
|
||||
const searchList = ref([] as ISearchList[]);
|
||||
@@ -1574,7 +1574,7 @@ export default defineComponent({
|
||||
// controlla se è stato passato l'id dalla pagina:
|
||||
let idcatsel = '';
|
||||
|
||||
if ($route.query.id) idcatsel = $route.query.id;
|
||||
if ($route.query.id) idcatsel = $route.query.id as string;
|
||||
if ($route.query.stampa) instampa = $route.query.stampa === '1';
|
||||
else idcatsel = optcatalogo.value.idCatalogSel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user