From 27052f061d11e7223b0a73c4c1eb41f4fda9605d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 6 Mar 2023 11:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []