Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
...this.$refs.searchRef.queryParam,
|
...this.$refs.searchRef.queryParam,
|
||||||
id: this.idList.join(',')
|
id: this.idList.join(',')
|
||||||
}
|
}
|
||||||
downloadFile('document/bussDocumentLibraryEO/exportExcel', '文档库.xls', query, this.Deselect)
|
downloadFile('document/bussDocumentLibraryEO/exportExcel', '文档库.xlsx', query, this.Deselect)
|
||||||
},
|
},
|
||||||
Deselect() {
|
Deselect() {
|
||||||
this.$refs.tableDataRef.selectedRowKeys = []
|
this.$refs.tableDataRef.selectedRowKeys = []
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
},
|
},
|
||||||
//下载模板
|
//下载模板
|
||||||
handleModule() {
|
handleModule() {
|
||||||
downloadFile('document/bussDocumentLibraryEO/exportTemplate', '文档库.xls', {})
|
downloadFile('document/bussDocumentLibraryEO/exportTemplate', '文档库.xlsx', {})
|
||||||
},
|
},
|
||||||
//批量删除
|
//批量删除
|
||||||
handleDel() {
|
handleDel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user