1
wwl
2025-07-03 0000e935d6c7f74cb6682aea1bbf24d8deade390
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}