From 6f788edd0f35cbf4b027b03990c3dbb5f9950bcb Mon Sep 17 00:00:00 2001 From: hz Date: Wed, 26 Nov 2025 13:19:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(insured):=20=E4=BF=AE=E5=A4=8D=E8=A2=AB?= =?UTF-8?q?=E4=BF=9D=E4=BA=BA=E7=85=A7=E7=89=87=E4=B8=8A=E4=BC=A0=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/saleFlowProImprove/InsuredPerson.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue b/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue index 8d0eb6456..87c180ecc 100644 --- a/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue +++ b/src/views/ebiz/saleFlowProImprove/InsuredPerson.vue @@ -2144,7 +2144,7 @@ export default { if (this.idImage) IdentityCardScan.props.idImage = this.idImage const PhotoScan = { component: PhotoScanner, - props: { type: 'HouseholdRegister', role: user.applicant, subTask }, + props: { type: 'HouseholdRegister', role: user.insured, subTask }, event: { getScanInfo: this.getIdentityInfo } }