This commit is contained in:
Taric Xin
2022-01-10 19:08:25 +08:00
parent 769f358df0
commit e387c21f6f

View File

@ -233,7 +233,7 @@ export class FreightComponentsListNewComponent implements OnInit {
change: args => {
if (args.type === 'success') {
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