Commit b719fdf3 authored by ms-dev's avatar ms-dev

删除重新刷新

parent 8d8e3ed4
......@@ -149,6 +149,7 @@
$(this).request({url:base+"${baseManager}/cms/article/delete.do",type:"json",data:ids,method:"post",func:function(msg) {
if (msg.result) {
alert("删除成功!")
location.reload();
} else {
alert("删除失败");
}
......
Markdown is supported
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