瀏覽代碼

feat(scence): list page

gemercheung 3 年之前
父節點
當前提交
593c1b1301
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/scenes/list.vue

+ 2 - 2
src/views/scenes/list.vue

@@ -183,8 +183,8 @@
         rowKey: 'id',
         rowKey: 'id',
         //TODO
         //TODO
         fetchSetting: {
         fetchSetting: {
-          pageField: 'pageNum',
-          sizeField: 'pageSize',
+          pageField: 'page',
+          sizeField: 'limit',
           listField: 'list',
           listField: 'list',
           totalField: 'total',
           totalField: 'total',
         },
         },