【修改】修改bug

This commit is contained in:
zhoulingpo
2023-05-16 15:16:55 +08:00
parent 2393f8e41e
commit f3be555bad
+1 -1
View File
@@ -59,8 +59,8 @@ export default {
},
methods: {
handleClick(tab, event) {
this.$store.commit('setActiveTabIndex',this.activeName)
this.$emit('clearForm',this.activeName)
this.$store.commit('setActiveTabIndex','')
}
},
beforeDestroy(){