赞
踩
⚠️注意:以下操作已经获取行数据
var obj = checkStatus.data; console.log(obj);//获取当前行数据 if (obj.length > 0) { layer.confirm('确定删除吗?',{icon:3, title:'提示信息'}, function (index) { $("div.layui-table-body table tbody input[name='layTableCheckbox']:checked").each(function () { n = $(this).parents("tbody tr").index(); $("div.layui-table-body table tbody ").find("tr:eq(" + n + ")").remove(); $("div.layui-table-header table thead div.layui-unselect.layui-form-checkbox").removeClass("layui-form-checked"); }); layer.close(index); ayer.msg('已删除'); }); } else { layer.msg("请选择需要删除的数据") }
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。