diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue
index a66145229..d4cebc19b 100644
--- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue
+++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue
@@ -155,17 +155,19 @@
{{$t('Vehicledynamictype')}}
-
-
-
- {{ item }}
-
-
-
-
-
+
+
+
+
+
@@ -175,7 +177,9 @@
-->
-
+
+
+
@@ -343,7 +347,7 @@ import { message } from 'ant-design-vue'
if(res.result.dllx2 == null){
res.result.dllx2 = undefined
}
-
+
if(res.result.cplb == null){
res.result.cplb = undefined
}
@@ -380,7 +384,7 @@ import { message } from 'ant-design-vue'
if(otaId==null || otaId == undefined){
otaId=''
}
-
+
postAction('/ota/otaBaCxJbxx/add',{ otaId:otaId,...this.form}).then( res => {
if(res.code == 200){
localStorage.setItem('otaId', res.result.otaId)
@@ -419,7 +423,7 @@ import { message } from 'ant-design-vue'
if(this.form.dllx1=='其他'){
this. projectNameList2=['其他']
}
-
+
},
update(){