From 18efd180d84cd3476e0fd059c1038e43a86e6425 Mon Sep 17 00:00:00 2001 From: alfredojl Date: Fri, 9 Oct 2020 22:34:48 -0500 Subject: [PATCH] . --- src/views/User.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/User.vue b/src/views/User.vue index 9760e12..7a1ea9a 100644 --- a/src/views/User.vue +++ b/src/views/User.vue @@ -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=[' ']; } },