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 }