30720
This commit is contained in:
@@ -435,10 +435,14 @@
|
||||
onSelcetChange (e) {
|
||||
if (e.length) {
|
||||
this.form.wxGroupsName = '1'
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.getWxGroups()
|
||||
})
|
||||
} else {
|
||||
this.form.wxGroupsName = ''
|
||||
this.form.wxGroups = []
|
||||
}
|
||||
this.getWxGroups()
|
||||
},
|
||||
|
||||
getWxGroups () {
|
||||
|
||||
Reference in New Issue
Block a user