fix bug return profile id
This commit is contained in:
parent
3f1aff32dd
commit
f2a3e60430
1 changed files with 1 additions and 1 deletions
|
|
@ -6195,7 +6195,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: item.id,
|
id: item.profileId,
|
||||||
prefix: item.prefix,
|
prefix: item.prefix,
|
||||||
firstName: item.firstName,
|
firstName: item.firstName,
|
||||||
lastName: item.lastName,
|
lastName: item.lastName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue