From c8efd6773bd0c3ba540631394a8f0b6d38c830a3 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 20 Jun 2022 16:39:54 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1958=20fix=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BA=95=E5=BC=B9=E7=AA=97=E6=A0=B9=E6=8D=AE=E7=88=B6=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/mixin/dataList.js | 2 ++ 1 file changed, 2 insertions(+) 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') {