소스 검색

:bug: Fixing a bug.fixed template

萌萌哒SAKURA酱 6 년 전
부모
커밋
c70daff2df
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pigx-visual/pigx-codegen/src/main/resources/template/index.vue.vm

+ 2 - 2
pigx-visual/pigx-codegen/src/main/resources/template/index.vue.vm

@@ -83,8 +83,8 @@
       getList(page, params) {
         this.tableLoading = true
         fetchList(Object.assign({
-          page: page.currentPage,
-          limit: page.pageSize
+          current: page.currentPage,
+          size: page.pageSize
         }, params)).then(response => {
           this.tableData = response.data.data.records
           this.page.total = response.data.data.total