diff --git a/nezha-fronted/src/components/common/mixin/dataList.js b/nezha-fronted/src/components/common/mixin/dataList.js index 20f62551f..2561bfc42 100644 --- a/nezha-fronted/src/components/common/mixin/dataList.js +++ b/nezha-fronted/src/components/common/mixin/dataList.js @@ -355,6 +355,8 @@ export default { } if (this.$route.query.orderBy && !this.isSubList) { this.orderBy = this.$route.query.orderBy + } else if (this.isSubList) { + return } let searchKeys = {} if (path === 'dc') {