lkk
2025-05-14 af094a9de73e456b33a4f058b2d9bf981852558a
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}