|
@@ -125,6 +125,7 @@ export default {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
return this.$httpWithMsg.get(url).then((response) => {
|
|
return this.$httpWithMsg.get(url).then((response) => {
|
|
this.tableData = response.data.content;
|
|
this.tableData = response.data.content;
|
|
|
|
+ this.currentPage = response.data.number + 1;
|
|
this.total = response.data.totalElements;
|
|
this.total = response.data.totalElements;
|
|
this.loading = false;
|
|
this.loading = false;
|
|
this.paginationShow = true;
|
|
this.paginationShow = true;
|