|
@@ -409,7 +409,7 @@ export default {
|
|
|
this.loading = true;
|
|
|
this.$http.get(url, { params: this.formSearch }).then((response) => {
|
|
|
this.tableData = response.data.content;
|
|
|
- this.currentPage = response.data.number + 1;
|
|
|
+ this.currentPage = response.data.number;
|
|
|
this.total = response.data.totalElements;
|
|
|
this.loading = false;
|
|
|
});
|