Ya quedó todo hoy 18/11/2020

This commit is contained in:
2020-11-18 11:51:24 -06:00
parent 85656d1559
commit da424b4ff3
+12 -11
View File
@@ -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() {