add ancestorDNA
This commit is contained in:
parent
7bf4310063
commit
3b524a17f4
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ export class OrganizationUnauthorizeController extends Controller {
|
||||||
data.map((x) => ({
|
data.map((x) => ({
|
||||||
rootId: x.id,
|
rootId: x.id,
|
||||||
root: x.orgRootName,
|
root: x.orgRootName,
|
||||||
|
rootDnaId: x.ancestorDNA,
|
||||||
})),
|
})),
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue