Ya quedó todo hoy 18/11/2020
This commit is contained in:
+12
-11
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user