From d9c7e6c05e3587286500d0043be6d992d1dcd8a1 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Sat, 25 Mar 2023 18:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E6=8C=89=E9=92=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/vehicleinformation/components/other.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue index 9aacd2e5d..4a69401f3 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue @@ -20,7 +20,7 @@
{{$t('preservation')}} - {{$t('last')}} + {{$t('last')}} {{$t('submit')}}
@@ -54,8 +54,6 @@ export default { getAction('/ota/otaBaCxQt/queryByOtaId',{otaIdT:localStorage.getItem('otaIdT'),otaId:localStorage.getItem('otaId')}).then(res=>{ console.log(res); }) - } - }, save(){ this.$refs.ruleForm.validate( valid =>{ @@ -73,8 +71,10 @@ export default { this.$emit('otherup') }, submit(){ - this.save() + this.save() }, + }, + }