arrglos tempiorales

This commit is contained in:
arturo guerrero
2019-03-19 18:09:46 +00:00
parent 3dc962753a
commit c8dec48c0c
7 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -171,8 +171,9 @@ export default {
})
.then(response => {
console.log(response.data.data)
this.prestamo = response.data.data.equipos
this.status = response.data.data.status
// this.prestamo = response.data.data.equipos
// this.status = response.data.data.status
this.status = response.data.data
})
.catch(error => {
swal('Error', error.response.data.err, 'error')