diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue index 5a29207a6..9af80e5f3 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue @@ -164,7 +164,7 @@ import ImportFile from '@/components/ImportFileData/index' } }, mounted() { - this.getList() + // this.getList() this.getData() }, methods: { @@ -180,9 +180,10 @@ import ImportFile from '@/components/ImportFileData/index' getAction('/ota/otaBaCxAqcs/queryByOtaId',{otaIdT:otaIdT,otaId:localStorage.getItem('otaId')}).then(res=>{ if(res.code == 200){ this.dataSource[0].info = Number(res.result.bhjz) - this.dataSource[1].info =Number(res.result.fsxjz) - this.dataSource[2].info= Number(res.result.sjsbcs) - this.dataSource[3].info=Number(res.result.xxaqjz) + this.dataSource[1].info =Number(res.result.fsxjz) + this.dataSource[2].info= Number(res.result.sjsbcs) + this.dataSource[3].info=Number(res.result.xxaqjz) + this.loading = false } }) diff --git a/jero-web/src/views/otamanagement/vehicleregistration/components/maintenance.vue b/jero-web/src/views/otamanagement/vehicleregistration/components/maintenance.vue index db43ddfe5..03eca8753 100644 --- a/jero-web/src/views/otamanagement/vehicleregistration/components/maintenance.vue +++ b/jero-web/src/views/otamanagement/vehicleregistration/components/maintenance.vue @@ -14,11 +14,11 @@
- + * {{$t('recordstatus')}}
- +
- + * {{$t('filingtime')}}
- +