From ab9402e591b965afb16d8bf24fc04f994e633330 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 17:09:45 +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=89=93=E7=94=B5=E8=AF=9D=E9=97=AE=E9=A2=98?= 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 681015ba..f054fdbd 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -226,6 +226,7 @@ export default { this.vehicleAnglePhotoList=[{url:res.data?.vehicleAnglePhoto}] console.log("th",this.form) } + console.log("this.$route.params",this.$route.params) if(this.$route.params.form){ this.form={...this.$route.params.form} }