mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-19 20:17:42 +00:00
参数管理支持缓存操作
This commit is contained in:
@@ -1105,7 +1105,9 @@ var table = {
|
||||
} else if (result.code == web_status.SUCCESS && table.options.type == table_type.bootstrapTreeTable) {
|
||||
$.modal.msgSuccess(result.msg);
|
||||
$.treeTable.refresh();
|
||||
} else if (result.code == web_status.WARNING) {
|
||||
} else if (result.code == web_status.SUCCESS && table.option.type == undefined) {
|
||||
$.modal.msgSuccess(result.msg)
|
||||
} else if (result.code == web_status.WARNING) {
|
||||
$.modal.alertWarning(result.msg)
|
||||
} else {
|
||||
$.modal.alertError(result.msg);
|
||||
|
Reference in New Issue
Block a user