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