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() }, + }, + }