@@ -274,7 +274,8 @@
id: this.taskId,
reason: this.form.reason,
variables: {
- userId: this.form.userId,
+ // userId: this.form.userId,
+ userId: this.selectId.join(','),
pass: !!status
}
});