diff --git a/project/sass/apps/Announce/AppAnnounce/components/Add.vue b/project/sass/apps/Announce/AppAnnounce/components/Add.vue
index 0e1c577b..2ced94b0 100644
--- a/project/sass/apps/Announce/AppAnnounce/components/Add.vue
+++ b/project/sass/apps/Announce/AppAnnounce/components/Add.vue
@@ -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 () {
diff --git a/project/sass/apps/Announce/AppAnnounce/components/List.vue b/project/sass/apps/Announce/AppAnnounce/components/List.vue
index 66ec4a17..646ad150 100644
--- a/project/sass/apps/Announce/AppAnnounce/components/List.vue
+++ b/project/sass/apps/Announce/AppAnnounce/components/List.vue
@@ -81,7 +81,6 @@
撤回
详情
编辑
-
@@ -172,7 +171,6 @@
this.$nextTick(() => {
this.loading = false
- this.$store.dispatch('initOpenData')
})
} else {
this.loading = false