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