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(','),