修改文档库导出的文件格式

This commit is contained in:
qq787203167
2022-03-10 23:28:41 +08:00
parent 505c5c1a76
commit 9f6d402d44
@@ -139,7 +139,7 @@
...this.$refs.searchRef.queryParam,
id: this.idList.join(',')
}
downloadFile('document/bussDocumentLibraryEO/exportExcel', '文档库.xls', query, this.Deselect)
downloadFile('document/bussDocumentLibraryEO/exportExcel', '文档库.xlsx', query, this.Deselect)
},
Deselect() {
this.$refs.tableDataRef.selectedRowKeys = []
@@ -160,7 +160,7 @@
},
//下载模板
handleModule() {
downloadFile('document/bussDocumentLibraryEO/exportTemplate', '文档库.xls', {})
downloadFile('document/bussDocumentLibraryEO/exportTemplate', '文档库.xlsx', {})
},
//批量删除
handleDel() {