新增弹窗状态码 modal_status
This commit is contained in:
@ -73,7 +73,7 @@ function remove(id) {
|
||||
function batchRemove() {
|
||||
var rows = $.getSelections("roleId");
|
||||
if (rows.length == 0) {
|
||||
$.modalMsg("请选择要删除的数据", "warning");
|
||||
$.modalMsg("请选择要删除的数据", modal_status.WARNING);
|
||||
return;
|
||||
}
|
||||
$.modalConfirm("确认要删除选中的" + rows.length + "条数据吗?", function() {
|
||||
|
Reference in New Issue
Block a user