群发bug

This commit is contained in:
yanran200730
2023-03-03 14:59:41 +08:00
parent 0ac5a99433
commit 9c4423b8bc

View File

@@ -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