|
|
@@ -54,7 +54,7 @@ export default {
|
|
|
this.fetchingData = false;
|
|
|
this.tableData = res.content;
|
|
|
this.totalPages = res.totalPages;
|
|
|
- this.totalElements = res.totalElements;
|
|
|
+ this.totalElements = Number(res.totalElements);
|
|
|
if (this.afterGetData) {
|
|
|
this.afterGetData(res);
|
|
|
}
|