添加任务清单导出

This commit is contained in:
qq787203167
2022-05-17 15:57:27 +08:00
parent f2e6abbc65
commit 1aefcbd1df
3 changed files with 9 additions and 4 deletions
@@ -141,7 +141,7 @@
...this.$refs.searchRef.queryParam,
id: this.idList.join(',')
}
downloadFile('document/bussDocumentLibraryEO/exportExcel', '文档库.xls', query, this.Deselect)
downloadFile('document/bussDocumentLibraryEO/exportExcel', this.$t('DocumentLibrary')+'.xls', query, this.Deselect)
},
Deselect() {
this.$refs.tableDataRef.selectedRowKeys = []