From 3ec3d2f1d2e824857ad277566596f9ec1fa53371 Mon Sep 17 00:00:00 2001 From: xbzhu <5430389+xbzhu@user.noreply.gitee.com> Date: Tue, 6 Feb 2024 07:55:32 +0000 Subject: [PATCH] =?UTF-8?q?update=20ZR.Vue/src/views/monitor/operlog/index?= =?UTF-8?q?.vue.=20=E9=80=89=E6=8B=A9=E7=B1=BB=E5=9E=8B/=E7=8A=B6=E6=80=81?= =?UTF-8?q?=EF=BC=8C=E7=84=B6=E5=90=8E=E6=B8=85=E7=A9=BA=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=A1=B9=E5=90=8E=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xbzhu <5430389+xbzhu@user.noreply.gitee.com> --- ZR.Vue/src/views/monitor/operlog/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ZR.Vue/src/views/monitor/operlog/index.vue b/ZR.Vue/src/views/monitor/operlog/index.vue index 5aca84fe..00c06193 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) { -- Gitee