Commit f50766c0 by fsn

清空日志后增加对表格的刷新

parent d9be71bd
......@@ -60,6 +60,7 @@ OptLog.delLog = function () {
Feng.confirm("是否清空所有日志?",function(){
var ajax = Feng.baseAjax("/log/delLog","清空日志");
ajax.start();
OptLog.table.refresh();
});
}
......
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