From 988c3b4c912bba31721ee7dcf20064dc5c966cf2 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 1 Aug 2022 14:24:33 +0800 Subject: [PATCH] 30693 --- project/sass/apps/Announce/AppAnnounce/components/Add.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project/sass/apps/Announce/AppAnnounce/components/Add.vue b/project/sass/apps/Announce/AppAnnounce/components/Add.vue index 585b06e3..c8bb8060 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/Add.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/Add.vue @@ -376,7 +376,7 @@ this.girdNames = res.data.girdNames.split(',') } - this.dateForm.choiceTime = res.data.choiceTime + this.dateForm.choiceTime = '' if (res.data.examines && res.data.examines.length) { this.form.examines = res.data.examines.map(v => { @@ -495,6 +495,8 @@ this.miniAppForm.mpPage = '' this.miniAppForm.mpTitle = '' this.dateForm.choiceTime = '' + + this.isShowDate = false }, removeFile (index) { @@ -587,7 +589,7 @@ return this.$message.error('居民群数量不能为0') } - if (sendType === 1 && !this.dateForm.choiceTime && !this.params.id) { + if (sendType === 1 && !this.dateForm.choiceTime) { this.isShowDate = true return false }