diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue index d5b38ab0f..7022f50c4 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue @@ -866,9 +866,9 @@ export default { downloadFile('ota/otaBaCxList/exportTemplate', '驾驶辅助系统基础备案参数' + '.zip', {}) }, getData(){ - if(this.$route.query.type == 1){ - return - } + // if(this.$route.query.type == 1){ + // return + // } let otaIdT=localStorage.getItem('otaIdT') if(otaIdT==null){ otaIdT=''