From da424b4ff306d160cbe863d4069993d19a132d14 Mon Sep 17 00:00:00 2001 From: caballero Date: Wed, 18 Nov 2020 11:51:24 -0600 Subject: [PATCH] =?UTF-8?q?Ya=20qued=C3=B3=20todo=20hoy=2018/11/2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/User.vue | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/views/User.vue b/src/views/User.vue index 33a06c8..250ccae 100644 --- a/src/views/User.vue +++ b/src/views/User.vue @@ -447,6 +447,18 @@ export default { changeView() { this.loading = true; this.contador = 0; + this.seleccionado = "Todos"; + this.seleccionadoUbica = "Todos"; + this.seleccionadoUso = "Todos"; + this.seleccionadoProcesador = "Todos"; + this.seleccionadoOS = "Todos"; + this.miNoInventario = ""; + this.tipo=[]; + this.tipoPrinters=[]; + this.Ubica=[]; + this.uso=[]; + this.procesa=[]; + this.os=[]; if (this.pcView) { this.pcView = !this.pcView; this.getPrinters(); @@ -463,17 +475,6 @@ export default { this.traeProcesador(); this.traeOS(); } - this.seleccionado = "Todos"; - this.seleccionadoUbica = "Todos"; - this.seleccionadoUso = "Todos"; - this.seleccionadoProcesador = "Todos"; - this.seleccionadoOS = "Todos"; - this.miNoInventario = ""; - this.tipo=['']; - this.Ubica=['']; - this.uso=['']; - this.procesa=['']; - this.os=['']; this.generaMisDatos(); }, admin() {