From 7afefb162c6b278a3e32e5a6dba01992bdc5e471 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 10:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E6=88=91=E7=9A=84=E5=8F=91=E5=B8=83=E8=AE=B0=E5=BD=95?= =?UTF-8?q?tab=E5=88=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 98b0ad13..90188a44 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -213,6 +213,7 @@ export default { this.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item})) this.vehicleLicensePhotoList=[{url:res.data?.vehicleLicensePhoto}] this.vehicleAnglePhotoList=[{url:res.data?.vehicleAnglePhoto}] + console.log("th",this.form) } // this.form=JSON.parse(sessionStorage.getItem('formInfo')) // this.areaName=sessionStorage.getItem('areaName')