This commit is contained in:
Bright 2024-04-19 14:09:49 +07:00
parent 8593edfc43
commit a2b31473ea
3 changed files with 11 additions and 6 deletions

View file

@ -176,6 +176,7 @@ export class kpiRoleController extends Controller {
node: node,
nodeId: nodeId,
orgRevisionId: kpiRole.orgRevisionId,
position: kpiRole.position
};
return new HttpSuccess(formattedData);
}