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