mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
feat: 增加按级别查询日志
This commit is contained in:
@@ -52,6 +52,12 @@ $(function () {
|
||||
op.action_name = '=';
|
||||
}
|
||||
|
||||
var level = $('#level-select').val();
|
||||
if (level) {
|
||||
filter.level = level;
|
||||
op.level = '=';
|
||||
}
|
||||
|
||||
if (Object.keys(filter).length > 0) {
|
||||
requestData.filter = JSON.stringify(filter);
|
||||
requestData.op = JSON.stringify(op);
|
||||
|
||||
Reference in New Issue
Block a user