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