导出法规技术评估,生成xls文件名称增加编号。

This commit is contained in:
wangzhijiang
2022-10-11 09:55:41 +08:00
parent 2cdeb9787a
commit caf9b0fe70
2 changed files with 12 additions and 3 deletions
@@ -306,7 +306,8 @@
let query = {
...this.queryParam,
ids: selectedRowKeys.join(','),
lawsTechnologyEvaluationId: this.$route.query.id
lawsTechnologyEvaluationId: this.$route.query.id,
serialNumber: this.$route.query.serialNumber
}
downloadFile(this.url.exportData, this.$route.query.serialNumber + ' ' + this.$t('regulatoryTechnicalEvaluationResults') + '.zip',
query, this.Deselect)