From c6b23f6bb34d38acee82e8a36a470a15b33bf619 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 9 Jan 2026 11:42:53 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-01-13#story#7762,=E6=BD=9C=E5=9C=A8?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=95=86=E5=A2=9E=E5=8A=A0=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E7=BB=93=E7=AE=97=E4=BF=A1=E6=81=AF=E7=9A=84=E9=9C=80=E6=B1=82?= =?UTF-8?q?=EF=BC=8C=E8=AE=B8=E5=8F=AF=E8=AF=81=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }];