edit
This commit is contained in:
@ -233,7 +233,7 @@ export class FreightComponentsListNewComponent implements OnInit {
|
|||||||
change: args => {
|
change: args => {
|
||||||
if (args.type === 'success') {
|
if (args.type === 'success') {
|
||||||
this.sf1.setValue('/licensePhoto', args.fileList[0].response.data.fullFilePath);
|
this.sf1.setValue('/licensePhoto', args.fileList[0].response.data.fullFilePath);
|
||||||
this.checkBusinessLicense(args.fileList[0].response.data.fullFileWatermarkPath);
|
this.checkBusinessLicense(args.fileList[0].response.data.fullFilePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} as SFUploadWidgetSchema
|
} as SFUploadWidgetSchema
|
||||||
|
|||||||
Reference in New Issue
Block a user