Ota状态统计

This commit is contained in:
zhn
2024-01-18 17:23:24 +08:00
parent 316ec47c1a
commit d49e6c9cb9
@@ -281,7 +281,8 @@
},
stateExportClick() {
let query = {
projectLibraryId: this.$route.query.id
projectLibraryId: this.$route.query.id,
appliedVehicleProject:this.queryForm.appliedVehicleProject
}
downloadFile('/project/projectLibraryBase/exportProjectProgressStatisticsXls',
this.queryForm.projectName+'-'+this.queryForm.projectVersion+'-'+this.$t('projectProgressStatistics') + '.xls', query)