From 448e057ae8641f1081d03b1cd4bf13a0bed07abb Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 2 Mar 2023 09:13:14 +0800 Subject: [PATCH] bug --- .../AnnounceResident/AppAnnounceResident/components/Add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wxwork/AnnounceResident/AppAnnounceResident/components/Add.vue b/packages/wxwork/AnnounceResident/AppAnnounceResident/components/Add.vue index c1169e99..0225b19b 100644 --- a/packages/wxwork/AnnounceResident/AppAnnounceResident/components/Add.vue +++ b/packages/wxwork/AnnounceResident/AppAnnounceResident/components/Add.vue @@ -792,8 +792,8 @@ export default { sendType, taskType: 1, excludeFilterTags: this.form.excludeFilterTags.map(v => v.id).join(','), - addEndTime: this.form.addTime ? this.form.addTime[0] : '', - addFromTime: this.form.addTime ? this.form.addTime[1] : '', + addEndTime: this.form.addTime ? this.form.addTime[1] : '', + addFromTime: this.form.addTime ? this.form.addTime[0] : '', filterTags: this.form.filterTags.map(v => v.id).join(','), choiceTime: this.dateForm.choiceTime, filterCriteria: this.form.filterCriteria.join(','),