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