Showing
1 changed file
with
2 additions
and
2 deletions
@@ -436,8 +436,8 @@ layui.define(['table', 'admin', 'form', 'common', 'sessions', 'reslist', 'common | @@ -436,8 +436,8 @@ layui.define(['table', 'admin', 'form', 'common', 'sessions', 'reslist', 'common | ||
436 | page: { | 436 | page: { |
437 | layout: ['count', 'prev', 'page', 'next', 'limit', 'skip'] | 437 | layout: ['count', 'prev', 'page', 'next', 'limit', 'skip'] |
438 | } | 438 | } |
439 | - , | ||
440 | - limit: 20 | 439 | + , limit: common.limit |
440 | + , limits: common.limits | ||
441 | , | 441 | , |
442 | cols: [cols], | 442 | cols: [cols], |
443 | done: function (res) { | 443 | done: function (res) { |
-
Please register or login to post a comment