From b8cf5965c428cd94ddc6dedc3a3e899d5cc8c144 Mon Sep 17 00:00:00 2001 From: xundh Date: Tue, 8 Dec 2020 12:25:59 +0800 Subject: [PATCH] =?UTF-8?q?bootstrap-table=E5=AE=8C=E5=96=84queryParamsTyp?= =?UTF-8?q?e=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js b/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js index f99d9d3f5..188b00484 100644 --- a/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js +++ b/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js @@ -133,6 +133,7 @@ var table = { fixedNumber: options.fixedNumber, // 列冻结的个数(左侧) fixedRightNumber: options.fixedRightNumber, // 列冻结的个数(右侧) onReorderRow: options.onReorderRow, // 当拖拽结束后处理函数 + queryParamsType:options.queryParamsType, // 分页参数类型,值为limit时,分页参数为limit offset;否则分页参数为pageNumber pageSize queryParams: options.queryParams, // 传递参数(*) rowStyle: options.rowStyle, // 通过自定义函数设置行样式 footerStyle: options.footerStyle, // 通过自定义函数设置页脚样式