...
|
...
|
@@ -436,8 +436,8 @@ layui.define(['table', 'admin', 'form', 'common', 'sessions', 'reslist', 'common |
|
|
page: {
|
|
|
layout: ['count', 'prev', 'page', 'next', 'limit', 'skip']
|
|
|
}
|
|
|
,
|
|
|
limit: 20
|
|
|
, limit: common.limit
|
|
|
, limits: common.limits
|
|
|
,
|
|
|
cols: [cols],
|
|
|
done: function (res) {
|
...
|
...
|
|