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() },