From 87546848d2d9ca73be47c109519cc22312eaa5b8 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 22 Jan 2026 13:14:30 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-01-22#story#7966,=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=9C=A8=E6=89=93=E9=80=9A=E7=B3=BB=E7=BB=9F=E4=B8=AD=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E9=99=A9=E4=BF=A1=E6=81=AF=E5=85=B3=E8=81=94=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleAdd.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 0f009971..f87e3a6d 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -8,7 +8,7 @@ :border="false" :fixed="true" :safe-area-inset-top="true" - @click-left="h5GoBack" + @click-left="back" />
@@ -418,7 +418,7 @@
--> - + @@ -1211,6 +1211,14 @@ export default { this.vehicleInfoChange=false this.insuranceChange=false }, + back() { + this.$router.push({ + name:'vehicleManage', + params:{ + id: this.id + } + }) + }, async submitBtn(){ if( !this.vehicleLicenseFront ) { this.$toast('行驶证主页照片不能为空')