修改UAT问题

This commit is contained in:
gaosong
2023-10-22 17:59:12 +08:00
parent accfb73cc6
commit 3ce2b0dc99
5 changed files with 10 additions and 7 deletions
@@ -950,7 +950,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
ids:this.selectedRowKeys.join(','),
...this.formInline,
exportOption: this.dataExportformInline.exportOption,
exportName: this.$route.query.projectName + '(' + this.$route.query.title + this.$route.query.version + ')'
exportName: this.$route.query.projectName + '(' + this.$route.query.title + ')' +'-'+ this.$route.query.version,
}
// let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
// downloadFile('/report/detail/exportGeneral', name, query, this.selectClear)