🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] get:/v1/org/structure *parent_id#父级id <<< success { "code":0, "msg":"ok", "data":[         {             "id":203,             "parent_id":191,             "top_id":0,             "name":"办公厅领导",             "sort":0,             "path":null,             "num_people":0,             "level":3,             "child":\[             \]         },         {             "id":204,             "parent\_id":191,             "top\_id":0,             "name":"秘书一处",             "sort":0,             "path":null,             "num\_people":0,             "level":3,             "child":\[             \]         },         {             "id":205,             "parent\_id":191,             "top\_id":0,             "name":"秘书二处",             "sort":0,             "path":null,             "num\_people":0,             "level":3,             "child":\[             \]         },         {             "id":206,             "parent\_id":191,             "top\_id":0,             "name":"人事处",             "sort":0,             "path":null,             "num\_people":0,             "level":3,             "child":\[             \]         },         {             "id":207,             "parent\_id":191,             "top\_id":0,             "name":"行政接待处",             "sort":0,             "path":null,             "num\_people":0,             "level":3,             "child":\[             \]         },         {             "id":208,             "parent\_id":191,             "top\_id":0,             "name":"离退休管理处",             "sort":0,             "path":null,             "num\_people":0,             "level":3,             "child":\[             \]         },         {             "id":209,             "parent\_id":191,             "top\_id":0,             "name":"机关党委办公室",             "sort":0,             "path":null,             "num\_people":0,             "level":3,             "child":\[             \]         },         {             "id":210,             "parent\_id":191,             "top\_id":0,             "name":"五四宪法历史资料陈列馆",             "sort":0,             "path":null,             "num\_people":0,             "level":3,             "child":\[                 {                     "id":211,                     "parent\_id":210,                     "top\_id":0,                     "name":"馆领导",                     "sort":0,                     "path":null,                     "num\_people":0,                     "level":4,                     "child":\[                     \]                 },                 {                     "id":212,                     "parent\_id":210,                     "top\_id":0,                     "name":"综合部",                     "sort":0,                     "path":null,                     "num\_people":0,                     "level":4,                     "child":\[                     \]                 },                 {                     "id":213,                     "parent\_id":210,                     "top\_id":0,                     "name":"宣教部",                     "sort":0,                     "path":null,                     "num\_people":0,                     "level":4,                     "child":\[                     \]                 },                 {                     "id":214,                     "parent\_id":210,                     "top\_id":0,                     "name":"展陈部",                     "sort":0,                     "path":null,                     "num\_people":0,                     "level":4,                     "child":\[                     \]                 }             \]         }     ] } <<< error ~~~