群发bug
This commit is contained in:
@@ -623,8 +623,8 @@ export default {
|
||||
taskType: 1,
|
||||
gender: this.form.gender,
|
||||
excludeTags: 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] : ''
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.form.groupList = res.data
|
||||
|
||||
Reference in New Issue
Block a user