刘洋 10 months ago
parent
commit
b9ef73f893
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/modules/examwork/view/ipConfig.vue

+ 2 - 0
src/modules/examwork/view/ipConfig.vue

@@ -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",