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