diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index 8bb2c90b..2df2868e 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -228,7 +228,7 @@ this.idFrontPhoto = _data?.idCardFrontUrl; this.idBackPhoto = _data?.idCardBackUrl; this.companyPhoto = _data?.businessLicense; - this.liensePhoto = _data?.accountUrl; + this.licensePhoto = _data?.accountUrl; this.wechatId = _data?.wechatId if(this.idFrontPhoto) { this.idFrontPhotoList = [{ url : this.idFrontPhoto }];