|
@@ -203,8 +203,7 @@ export default {
|
|
|
var pageNo = Number(this.currentPage);
|
|
|
this.currentPage = 1;
|
|
|
this.loading = true;
|
|
|
- var url =
|
|
|
- QUESTION_API + "/paperStruct/" + this.currentPage + "/" + this.pageSize;
|
|
|
+ var url = QUESTION_API + "/paperStruct/" + pageNo + "/" + this.pageSize;
|
|
|
this.$http.get(url, { params: this.formSearch }).then(response => {
|
|
|
this.tableData = response.data.content;
|
|
|
this.total = response.data.totalElements;
|