优化批量删除系统配置

This commit is contained in:
季圣华
2020-07-06 21:50:50 +08:00
parent 0f1f5600df
commit a5a225e225

View File

@@ -297,10 +297,6 @@
} }
ids += row[i].id + ","; ids += row[i].id + ",";
} }
if(row[i].loginName == "jsh"){
$.messager.alert('提示', '管理员jsh不能删除', 'warning');
return;
} else {
$.ajax({ $.ajax({
type: "post", type: "post",
url: "/systemConfig/batchDeleteSystemConfigByIds", url: "/systemConfig/batchDeleteSystemConfigByIds",
@@ -324,7 +320,6 @@
} }
}); });
} }
}
}); });
} }
} }