Merge branch 'dev' of https://repositorio.acatlan.unam.mx/CIDWA/censo2020Front into alima
This commit is contained in:
@@ -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
@@ -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=[' '];
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user