OTA车辆动力类型回显修改

This commit is contained in:
zyx.net
2023-04-07 16:00:38 +08:00
parent 85c03a96f9
commit 58a37bfe7e
@@ -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()