mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
fix(insured): 修复被保人照片上传异常的问题
This commit is contained in:
@@ -2144,7 +2144,7 @@ export default {
|
|||||||
if (this.idImage) IdentityCardScan.props.idImage = this.idImage
|
if (this.idImage) IdentityCardScan.props.idImage = this.idImage
|
||||||
const PhotoScan = {
|
const PhotoScan = {
|
||||||
component: PhotoScanner,
|
component: PhotoScanner,
|
||||||
props: { type: 'HouseholdRegister', role: user.applicant, subTask },
|
props: { type: 'HouseholdRegister', role: user.insured, subTask },
|
||||||
event: { getScanInfo: this.getIdentityInfo }
|
event: { getScanInfo: this.getIdentityInfo }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user