From 8a09e1433fbeaad72ec901c8e32b08c723de51b4 Mon Sep 17 00:00:00 2001 From: wangxh Date: Tue, 14 Apr 2020 15:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/recordManage/templateSearch/searchCommomMethodqf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/js/recordManage/templateSearch/searchCommomMethodqf.js b/src/main/webapp/static/js/recordManage/templateSearch/searchCommomMethodqf.js index de378b7..3b93184 100644 --- a/src/main/webapp/static/js/recordManage/templateSearch/searchCommomMethodqf.js +++ b/src/main/webapp/static/js/recordManage/templateSearch/searchCommomMethodqf.js @@ -139,7 +139,7 @@ function freshTable(){ } //生成用户数据 $('#mytab').bootstrapTable({ - toolbar: '#toolbar', //工具按钮用哪个容器 + toolbar: '#toolbar', //工具按钮用哪个容器 striped: true, //是否显示行间隔色 cache: false, //是否使用缓存,默认为true,所以一般情况下需要设置一下这个属性(*) pagination: true, //是否显示分页(*)