From 04a86a4520e1f1f42e62383f4bebf7e384d9a4d2 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 14 八月 2025 16:38:13 +0800 Subject: [PATCH] fix: 灵工管理 --- apps/bMiniApp/src/subpackages/jobApplicationManage/components/SignList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/bMiniApp/src/subpackages/jobApplicationManage/components/SignList.vue b/apps/bMiniApp/src/subpackages/jobApplicationManage/components/SignList.vue index 45182b1..b364d7c 100644 --- a/apps/bMiniApp/src/subpackages/jobApplicationManage/components/SignList.vue +++ b/apps/bMiniApp/src/subpackages/jobApplicationManage/components/SignList.vue @@ -22,7 +22,7 @@ </div> </template> <template #footerRight> - <nut-button type="primary" @click="goToJobDetail(item)">鏌ョ湅璇︽儏</nut-button> + <nut-button type="primary" @click.stop="goToJobDetail(item)">鏌ョ湅璇︽儏</nut-button> </template> </FlexJobCard> </template> @@ -54,7 +54,7 @@ function goToJobDetail(item: API.GetTaskUsersQueryResultItem) { Taro.navigateTo({ - url: `${RouterPath.flexJobDetailFromTask}?enterpriseEmployeeId=${item.enterpriseEmployeeId}&id=${item.id}`, + url: `${RouterPath.flexJobDetailFromTask}?enterpriseEmployeeId=${item.enterpriseEmployeeId}&id=${item.id}&taskInfoId=${id}`, }); } </script> -- Gitblit v1.9.1