|
@@ -175,7 +175,10 @@ const onSubmit = throttle(async () => {
|
|
|
const request = {
|
|
|
stepId: stepId.value,
|
|
|
orderId: orderId.value,
|
|
|
- handler: selectRow.value.userId,
|
|
|
+ handler: {
|
|
|
+ userId:selectRow.value.userId,
|
|
|
+ username: selectRow.value.username,
|
|
|
+ },
|
|
|
};
|
|
|
migrationOrderChange(request)
|
|
|
.then(() => {
|