部门&菜单alert换成msg

This commit is contained in:
RuoYi
2018-08-23 22:37:51 +08:00
parent eea1061772
commit 14a77a8435
8 changed files with 7 additions and 796 deletions

View File

@ -135,10 +135,10 @@
url: prefix + "/remove/" + id,
success : function(result) {
if (result.code == web_status.SUCCESS) {
$.modal.alertSuccess(result.msg);
$.modal.msgSuccess(result.msg);
$.treeTable.refresh();
} else {
$.modal.alertError(result.msg);
$.modal.msgError(result.msg);
}
}
});