This commit is contained in:
yanran200730
2023-03-02 09:13:14 +08:00
parent b042f60e41
commit 448e057ae8

View File

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