Commit a5a225e2 authored by 季圣华's avatar 季圣华
Browse files

优化批量删除系统配置

parent 0f1f5600
......@@ -297,10 +297,6 @@
}
ids += row[i].id + ",";
}
if(row[i].loginName == "jsh"){
$.messager.alert('提示', '管理员jsh不能删除!', 'warning');
return;
} else {
$.ajax({
type: "post",
url: "/systemConfig/batchDeleteSystemConfigByIds",
......@@ -324,7 +320,6 @@
}
});
}
}
});
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment