From 1385285a6b54aa9480729fd59d23f4f79928b301 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Fri, 27 Mar 2026 14:02:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E9=A1=B5=E8=B7=B3=E8=BD=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 组织架构图子节点点击跳转到首页对应职位列表 - 成员单位卡片点击跳转到企业详情页 - "查看职位"按钮单独跳转到首页职位列表 Co-Authored-By: Claude Opus 4.6 --- offer_frontend/src/views/portal/CompanyListView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index 725ae9f..f0f899b 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -64,7 +64,7 @@
{{ child.name }}
在招 {{ child.job_count }} 岗
@@ -89,7 +89,7 @@ v-for="child in group.children" :key="child.id" class="member-card" - @click="$router.push({ path: '/home', query: { org: child.id } })" + @click="$router.push(`/companies/${child.id}`)" >