This commit is contained in:
yanran200730
2022-07-29 16:48:51 +08:00
parent efc1a5a0b0
commit 7d9ec29847

View File

@@ -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
}