Commit 1c3b6bc3 authored by Sun's avatar Sun
Browse files

no commit message

parent a0762cf3
...@@ -111,7 +111,7 @@ $("#btnDeleteAll").click(function(){ ...@@ -111,7 +111,7 @@ $("#btnDeleteAll").click(function(){
} }
top.layer.confirm('确认要彻底删除数据吗?', {icon: 3, title:'系统提示'}, function(index){ top.layer.confirm('确认要彻底删除数据吗?', {icon: 3, title:'系统提示'}, function(index){
window.location = url+"?ids="+ids; window.location = url+"?ids="+ids;
//top.layer.close(index); top.layer.close(index);
}); });
if($(this).attr("href")) return false; if($(this).attr("href")) return false;
}); });
......
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