bug
This commit is contained in:
@@ -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(','),
|
||||
|
||||
Reference in New Issue
Block a user