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} }