fix: 点击三级菜单时,清空queryCondition参数
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user