Commit 8a5a3eaf authored by “lixuyan”'s avatar “lixuyan”

修改bug

parent b536bd1a
...@@ -68,6 +68,7 @@ export default { ...@@ -68,6 +68,7 @@ export default {
this.groupDropList = [] this.groupDropList = []
this.groupPage = 1 this.groupPage = 1
this.groupTotal = 0 this.groupTotal = 0
this.$bus.$emit('addGroup', this.group, this.groupType)
this.getGroupList() this.getGroupList()
}) })
this.$bus.$on('getMissData', (data) => { this.$bus.$on('getMissData', (data) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment