qx
2025-04-09 93a6f70b8eb631c6c1faab8f9e8a734669e49e6e
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}