This commit is contained in:
yanran200730
2022-08-02 14:48:35 +08:00
parent 1ddb0a1149
commit 4189b41a2f
2 changed files with 5 additions and 3 deletions

View File

@@ -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 () {