@@ -1081,7 +1081,7 @@
this.userId = this.$store.getters.userId;
this.getList();
this.getCategoryIds();
- this.getActivityIds();
+ // this.getActivityIds();
this.getRegimental();
this.getRuleListNoPage();
},
@@ -1443,6 +1443,7 @@
this.ids = null;
this.confirmLoading = false;
this.formBroadcast = {};
+ this.getActivityIds();
setTimeout(() => {
this.$refs.formBroadcast.clearValidate();
}, 0);