diff --git a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue index 9bee1cc4..1988adb8 100644 --- a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue @@ -418,7 +418,7 @@ export default { return this.$u.toast('请选择发送范围') } - if(!this.content || form.wxGroups.length) { + if(!this.content) { return this.$u.toast("请输入发送内容") } this.form.contents = []