mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
完成用户添加,删除,批量删除
This commit is contained in:
@@ -30,6 +30,10 @@ layui.define(['jquery', 'layer'], function (exports) {
|
||||
|
||||
//删除
|
||||
, del: function (url, dataids, callback) {
|
||||
if (dataids == undefined || dataids == "" || dataids.length == 0) {
|
||||
layer.msg("至少选择一条记录");
|
||||
return;
|
||||
}
|
||||
layer.confirm('真的删除么', function (index) {
|
||||
$.post(url, { ids: dataids },
|
||||
function (data) {
|
||||
|
Reference in New Issue
Block a user