no message
This commit is contained in:
parent
0746ad33ab
commit
709cd6b3e8
1 changed files with 1 additions and 1 deletions
|
|
@ -1682,7 +1682,7 @@ export class OrganizationController extends Controller {
|
|||
* @summary Organizational StructChart
|
||||
*
|
||||
*/
|
||||
@Get("struct-chart/{idNode}/{type}") //bright
|
||||
@Get("struct-chart/{idNode}/{type}")
|
||||
async structchart(@Path() idNode: string, type: number) {
|
||||
switch (type) {
|
||||
case 0: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue