fix(insured): 修复被保人照片上传异常的问题

This commit is contained in:
hz
2025-11-26 13:19:15 +08:00
parent 83ca541470
commit 6f788edd0f

View File

@@ -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 }
}