Explorar el Código

feat(scence): list page

gemercheung hace 3 años
padre
commit
593c1b1301
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/scenes/list.vue

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

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