Commit ffd020d8 by RuoYi

更换菜单刷新方法

parent 8de7693f
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -143,7 +143,7 @@
success : function(result) {
if (result.code == web_status.SUCCESS) {
$.modal.alertSuccess(result.msg);
loading();
$.treeTable.refresh();
} else {
$.modal.alertError(result.msg);
}
......
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