From 7d9ec29847190dc6a743d12a0236a1fe81c87df5 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 29 Jul 2022 16:48:51 +0800 Subject: [PATCH] 30693 --- project/sass/apps/Announce/AppAnnounce/components/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sass/apps/Announce/AppAnnounce/components/Add.vue b/project/sass/apps/Announce/AppAnnounce/components/Add.vue index c34e05b8..585b06e3 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/Add.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/Add.vue @@ -587,7 +587,7 @@ return this.$message.error('居民群数量不能为0') } - if (sendType === 1 && !this.dateForm.choiceTime) { + if (sendType === 1 && !this.dateForm.choiceTime && !this.params.id) { this.isShowDate = true return false }