去除统计代码

This commit is contained in:
RuoYi
2019-04-10 17:47:56 +08:00
parent 867cd57ae8
commit bbcbf1ce9d
5 changed files with 2 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
<div class="btn-group-sm" id="toolbar" role="group">
<a class="btn btn-success" onclick="selectUser()" shiro:hasPermission="system:role:add">
<i class="fa fa-plus"></i> 分配用户
<i class="fa fa-plus"></i> 添加用户
</a>
<a class="btn btn-danger btn-del disabled" onclick="cancelAuthUserAll()" shiro:hasPermission="system:role:remove">
<i class="fa fa-remove"></i> 批量取消授权

View File

@@ -110,7 +110,7 @@
};
}
/* 分配用户-选择用户-提交 */
/* 添加用户-选择用户-提交 */
function submitHandler() {
var rows = $.table.selectFirstColumns();
if (rows.length == 0) {