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