fixing response object
This commit is contained in:
parent
ba612f1b2b
commit
fd76c6ee09
3 changed files with 11 additions and 13 deletions
|
|
@ -278,12 +278,10 @@ export class DataOptionController extends Controller {
|
|||
...person,
|
||||
};
|
||||
|
||||
const data = await {
|
||||
return new HttpSuccess({
|
||||
person: responsePerson,
|
||||
assign_no: assign + 1,
|
||||
assign_month: 6,
|
||||
};
|
||||
|
||||
return new HttpSuccess({ data: data });
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue