【修改】修改bug
This commit is contained in:
@@ -59,8 +59,8 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleClick(tab, event) {
|
handleClick(tab, event) {
|
||||||
|
this.$store.commit('setActiveTabIndex',this.activeName)
|
||||||
this.$emit('clearForm',this.activeName)
|
this.$emit('clearForm',this.activeName)
|
||||||
this.$store.commit('setActiveTabIndex','')
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeDestroy(){
|
beforeDestroy(){
|
||||||
|
|||||||
Reference in New Issue
Block a user