From 97e093b1117b68948d0f9adefacc5368014db380 Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期日, 14 十一月 2021 22:43:09 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.10:29418/pcalife/PAM --- PAMapp/components/Consultant/ConsultantSwiper.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantSwiper.vue b/PAMapp/components/Consultant/ConsultantSwiper.vue index 44d95ed..21e04da 100644 --- a/PAMapp/components/Consultant/ConsultantSwiper.vue +++ b/PAMapp/components/Consultant/ConsultantSwiper.vue @@ -56,7 +56,8 @@ } clkItem(loopIndex: number, realIndex: number) { - this.$router.push('/agentInfo'); + const agentNo = this.agents[realIndex].agentNo; + this.$router.push(`/agentInfo/${agentNo}`); console.log(loopIndex, realIndex, 'clkItem') } -- Gitblit v1.8.0