群发bug
This commit is contained in:
		| @@ -623,8 +623,8 @@ export default { | |||||||
|         taskType: 1, |         taskType: 1, | ||||||
|         gender: this.form.gender, |         gender: this.form.gender, | ||||||
|         excludeTags: this.form.excludeFilterTags.map(v => v.id).join(','), |         excludeTags: this.form.excludeFilterTags.map(v => v.id).join(','), | ||||||
|         addEndTime: this.form.addTime ? this.form.addTime[0] : '', |         addEndTime: this.form.addTime ? this.form.addTime[1] : '', | ||||||
|         addFromTime: this.form.addTime ? this.form.addTime[1] : '' |         addFromTime: this.form.addTime ? this.form.addTime[0] : '' | ||||||
|       }).then(res => { |       }).then(res => { | ||||||
|         if (res.code === 0) { |         if (res.code === 0) { | ||||||
|           this.form.groupList = res.data |           this.form.groupList = res.data | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user