From 58a37bfe7e5f240409951a43b158c6d272e96dc6 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 7 Apr 2023 16:00:38 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E8=BD=A6=E8=BE=86=E5=8A=A8=E5=8A=9B?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=9B=9E=E6=98=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/basicInformation.vue | 17 ----------------- 1 file changed, 17 deletions(-) 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()