no message
This commit is contained in:
parent
0b4e597a81
commit
859c61aa99
1 changed files with 2 additions and 2 deletions
|
|
@ -78,11 +78,11 @@ export class PermissionOrgController extends Controller {
|
||||||
})
|
})
|
||||||
.orderBy("orgRoot.orgRootOrder", "ASC")
|
.orderBy("orgRoot.orgRootOrder", "ASC")
|
||||||
.getMany();
|
.getMany();
|
||||||
data.map((x) => ({
|
const _data = data.map((x) => ({
|
||||||
...x,
|
...x,
|
||||||
labelName: `${x.orgRootName} ${x.orgRootCode} ${x.orgRootShortName}`,
|
labelName: `${x.orgRootName} ${x.orgRootCode} ${x.orgRootShortName}`,
|
||||||
}));
|
}));
|
||||||
return new HttpSuccess(data);
|
return new HttpSuccess(_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Get("profile")
|
@Get("profile")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue