fix: 点击三级菜单时,清空queryCondition参数

This commit is contained in:
chenjinsong
2022-10-11 15:59:55 +08:00
parent c95cce51b6
commit f659cf60a3

View File

@@ -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
}