修改文档库导出的文件格式
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user