tabla de prestamos incompleta
This commit is contained in:
parent
2244fe0e8f
commit
99b9f0aba4
@ -12,7 +12,7 @@
|
||||
/>
|
||||
|
||||
<b-tabs>
|
||||
<!-- <b-tab-item label="Historial">
|
||||
<b-tab-item label="Historial">
|
||||
<TablaPrestamos
|
||||
:isLoadingTable="isLoadingTable"
|
||||
:data="dataPrestamos"
|
||||
@ -27,7 +27,7 @@
|
||||
:columnaOperadores="true"
|
||||
:filaActivo="true"
|
||||
/>
|
||||
</b-tab-item> -->
|
||||
</b-tab-item>
|
||||
|
||||
<!-- <b-tab-item label="Reportes">
|
||||
<TablaReportes
|
||||
|
@ -123,9 +123,6 @@ export default {
|
||||
`${process.env.api}/equipo/equipos?pagina=${this.page}${carrito}${equipo}`
|
||||
)
|
||||
.then((res) => {
|
||||
console.log(
|
||||
`${process.env.api}/equipo/equipos?pagina=${this.page}${carrito}${equipo}`
|
||||
)
|
||||
this.data = res.data[0]
|
||||
this.total = res.data[1]
|
||||
this.isLoadingTable = false
|
||||
|
Loading…
Reference in New Issue
Block a user