This commit is contained in:
alfredojl
2020-10-09 22:34:48 -05:00
parent 40c52898da
commit 18efd180d8
+1 -2
View File
@@ -299,7 +299,7 @@ export default {
}
})
.then(res => this.tipoPrinters = res.data.tipoPrinters)
.catch(error => console.log(error));
.catch(err => console.log(err));
},
// watchRow() {
// if(JSON.parse(window.localStorage.isAdmin))
@@ -321,7 +321,6 @@ export default {
this.traetipo();
this.seleccionado = "Todos";
this.miNoInventario = "";
this.tipoPrinters=[' '];
}
},