fixed bug field
This commit is contained in:
parent
0052f5cb9b
commit
362515a7ca
1 changed files with 4 additions and 4 deletions
|
|
@ -8489,22 +8489,22 @@ export class OrganizationDotnetController extends Controller {
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
typeCondition = {
|
typeCondition = {
|
||||||
rootDnaId: body.nodeId,
|
child1DnaId: body.nodeId,
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
typeCondition = {
|
typeCondition = {
|
||||||
child1DnaId: body.nodeId,
|
child2DnaId: body.nodeId,
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
typeCondition = {
|
typeCondition = {
|
||||||
child2DnaId: body.nodeId,
|
child3DnaId: body.nodeId,
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
typeCondition = {
|
typeCondition = {
|
||||||
child3DnaId: body.nodeId,
|
child4DnaId: body.nodeId,
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue