更换菜单刷新方法

This commit is contained in:
RuoYi
2018-07-14 18:27:46 +08:00
parent 8de7693f2e
commit ffd020d872
7 changed files with 1 additions and 2177 deletions

View File

@ -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);
}