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