From f659cf60a37e13ed0541e3687eabe6abb721852f Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 11 Oct 2022 15:59:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=82=B9=E5=87=BB=E4=B8=89=E7=BA=A7?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=97=B6=EF=BC=8C=E6=B8=85=E7=A9=BAqueryCond?= =?UTF-8?q?ition=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Header.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue index 01590b26..5ae0805a 100644 --- a/src/components/layout/Header.vue +++ b/src/components/layout/Header.vue @@ -507,6 +507,9 @@ export default { if (opeType) { this.urlChangeParams[this.curTabState.tabOperationBeforeType] = this.getUrlParam(this.curTabState.tabOperationType, '', true) this.urlChangeParams[this.curTabState.tabOperationType] = opeType + if (opeType === 3) { + this.urlChangeParams.queryCondition = '' + } } else { this.urlChangeParams[this.curTabState.tabOperationType] = operationType.mainMenu }