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