From 3f641e68ccbf3321be58ae203f1c8ed3a525465d Mon Sep 17 00:00:00 2001 From: zer0Black Date: Sun, 25 Jun 2023 13:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=E5=88=87?= =?UTF-8?q?=E6=8D=A2tab=E9=A1=B5=EF=BC=8C=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E8=A2=AB=E5=B8=A6=E8=BF=87=E5=8E=BB=E4=BA=86-bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/LogList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/views/system/LogList.vue b/jero-web/src/views/system/LogList.vue index 1f2097aa..410dfc62 100644 --- a/jero-web/src/views/system/LogList.vue +++ b/jero-web/src/views/system/LogList.vue @@ -210,6 +210,8 @@ export default { } const that = this + + that.queryParam = {} // 清空查询区域参数 that.queryParam.logType = key that.loadData() },