@@ -465,6 +465,8 @@ export default {
.post(url, null, {
params: {
...this.formSearch,
+ pageNumber: this.currentPage,
+ pageSize: this.pageSize,
},
headers: {
"content-type": "application/x-www-form-urlencoded",