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