|
@@ -250,7 +250,7 @@
|
|
|
reason: this.form.reason,
|
|
reason: this.form.reason,
|
|
|
variables: {
|
|
variables: {
|
|
|
// userId: this.form.userId,
|
|
// userId: this.form.userId,
|
|
|
- userId: this.form.assignList.map(item => item.id).join(','),
|
|
|
|
|
|
|
+ userId: this.form.assignList.map(item => item.userId).join(','),
|
|
|
pass: !!status
|
|
pass: !!status
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|