From a26b56d41275631dd54395c3a77878dbe099b65d Mon Sep 17 00:00:00 2001 From: xbzhu <5430389+xbzhu@user.noreply.gitee.com> Date: Thu, 25 Jan 2024 06:18:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20ZR.Vue/src/views/monitor/operlog/index?= =?UTF-8?q?.vue.=20224=E8=A1=8C=E5=A2=9E=E5=8A=A0=E4=B8=80=E6=9D=A1this.qu?= =?UTF-8?q?eryParams.status=20=3D=20this.queryParams.status=20=3D=3D=20''?= =?UTF-8?q?=20=3F=20undefined=20:=20this.queryParams.status=20=E4=B8=BB?= =?UTF-8?q?=E8=A6=81=E8=A7=A3=E5=86=B3=E4=BA=86=E9=80=89=E6=8B=A9=E7=8A=B6?= =?UTF-8?q?=E6=80=81=EF=BC=88=E5=A6=82=E6=88=90=E5=8A=9F=E6=88=96=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=89=E5=90=8E=EF=BC=8C=E5=86=8D=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=BA=86=E7=8A=B6=E6=80=81=EF=BC=8C=E8=BF=99=E6=97=B6status?= =?UTF-8?q?=E6=98=AF=E7=A9=BA=EF=BC=8C=E7=82=B9=E6=9F=A5=E8=AF=A2=E5=90=8E?= =?UTF-8?q?=E7=A9=BA=E5=80=BC=E7=9A=84status=E8=BD=AC=E6=8D=A2=E6=88=90int?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E3=80=82?= 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/ZR.Vue/src/views/monitor/operlog/index.vue b/ZR.Vue/src/views/monitor/operlog/index.vue index 5aca84fe..d414b8ab 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) { -- Gitee