diff --git a/ZR.Vue/src/views/monitor/operlog/index.vue b/ZR.Vue/src/views/monitor/operlog/index.vue index 5aca84fefde8152f01832a1392d9568e27559e6a..d414b8ab97e1f5ba3cff43d952039b7c528e45f1 100644 --- a/ZR.Vue/src/views/monitor/operlog/index.vue +++ b/ZR.Vue/src/views/monitor/operlog/index.vue @@ -221,6 +221,7 @@ export default { /** 查询登录日志 */ getList() { this.loading = true + this.queryParams.status = this.queryParams.status == '' ? undefined : this.queryParams.status list(this.addDateRange(this.queryParams, this.dateRange)).then((response) => { this.loading = false if (response.code == 200) {