.
This commit is contained in:
+1
-2
@@ -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=[' '];
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user