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