|
@@ -75,7 +75,9 @@ export default {
|
|
|
const res = await this.$api.requested(this.params)
|
|
const res = await this.$api.requested(this.params)
|
|
|
this.list = res.data
|
|
this.list = res.data
|
|
|
this.total = res.total
|
|
this.total = res.total
|
|
|
- this.currentPage = res.pageTotal
|
|
|
|
|
|
|
+ this.currentPage = res.pageNumber
|
|
|
|
|
+ console.log(this.currentPage);
|
|
|
|
|
+
|
|
|
console.log(res)
|
|
console.log(res)
|
|
|
},
|
|
},
|
|
|
handleSizeChange(val) {
|
|
handleSizeChange(val) {
|