This commit is contained in:
alfredojl
2020-10-09 22:34:05 -05:00
10 changed files with 90 additions and 91 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
const config = {
//api: 'https://venus.acatlan.unam.mx/censo-pruebas/',
// api: 'https://venus.acatlan.unam.mx/censo_orion',
api: 'http://localhost:3000',
api: 'https://venus.acatlan.unam.mx/censo_orion',
//api: 'http://localhost:3000',
}
module.exports = config
module.exports = config
+2 -1
View File
@@ -299,7 +299,7 @@ export default {
}
})
.then(res => this.tipoPrinters = res.data.tipoPrinters)
.catch(err => console.log(err));
.catch(error => console.log(error));
},
// watchRow() {
// if(JSON.parse(window.localStorage.isAdmin))
@@ -321,6 +321,7 @@ export default {
this.traetipo();
this.seleccionado = "Todos";
this.miNoInventario = "";
this.tipoPrinters=[' '];
}
},