fix: 修复有时点击菜单后菜单不收回的问题

This commit is contained in:
chenjinsong
2022-08-24 17:15:22 +08:00
parent 65ef32adee
commit 0d936feedb

View File

@@ -391,6 +391,7 @@ export default {
})
},
jump (route, columnName, columnValue, opeType) {
this.showMenu = false
if (opeType) {
this.$store.commit('setTabOperationBeforeType', this.$store.getters.getTabOperationType)
this.$store.commit('setTabOperationType', opeType)
@@ -463,7 +464,6 @@ export default {
t: +new Date()
}
})
this.showMenu = false
},
dropDownSearch () {
this.curPageNum = 1