mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
fix(insured): 修复被保人照片上传异常的问题
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user