|
|
|
|
@ -516,7 +516,7 @@ export default {
|
|
|
|
|
}; |
|
|
|
|
}), |
|
|
|
|
]; |
|
|
|
|
this.pageParm.total = res.data.totalPages; |
|
|
|
|
this.pageParm.total = res.data[3].total; |
|
|
|
|
console.log("header", this.headers); |
|
|
|
|
} else { |
|
|
|
|
this.tableData = []; |
|
|
|
|
@ -869,4 +869,7 @@ export default {
|
|
|
|
|
width: 2.5rem !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.page { |
|
|
|
|
margin-top: 0.1rem; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
|