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 }