diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index 033d29d32..e76322d82 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -452,23 +452,6 @@ import { message } from 'ant-design-vue' this.projectNameList2 = list } }) - // if(this.form.dllx1==undefined){ - // this.projectNameList=[] - // } - // if(this.form.dllx1=='传统动力汽车'){ - // this. projectNameList2=['汽油','柴油'] - // } - // if(this.form.dllx1=='节能汽车'){ - // this. projectNameList2=['混合动力','天然气','甲醇','其他'] - // } - // if(this.form.dllx1=='新能源汽车'){ - // this. projectNameList2=['纯电动','插电式混合动力','燃料电池'] - // } - // if(this.form.dllx1=='其他'){ - // this. projectNameList2=['其他'] - // } - - }, update(){ this.$forceUpdate()