From f8e1da3bfbf348770bc76318ef3185ac65f37679 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 22 May 2023 14:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=BD=E5=AF=8C=E4=BA=BA=E5=AF=BF?= =?UTF-8?q?=E3=80=91=E5=BB=BA=E8=AE=AE=E4=B9=A6=E8=BD=AC=E6=8A=95=E4=BF=9D?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5=E6=8B=BC=E6=8E=A5=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=E4=B9=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 688969db6..833fb9e00 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -745,7 +745,7 @@ export default { //校验该代理人是否有该产品的售卖权限 return this.$toast('您暂无使用权限!如有问题咨询,请联系个险业务部。') } - let path = '/sale/insuredInfo?edit=1' + let path = '/sale/insuredInfo?edit=1&proposalOrderNo=' + this.$route.query.proposalOrderNo if (this.mainRiskCodes) { if (this.mainRiskCodes.length === 2) { let prd26 = this.mainRiskCodes.some(item => {