优化批量删除系统配置
This commit is contained in:
@@ -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 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user