@@ -85,7 +85,7 @@ export default {
|
||||
methods: {
|
||||
async download(row, type) {
|
||||
let url = this.OSSclientConfig.basePath + row[type]
|
||||
let name = `DataReconciliation_${Date.now()}`
|
||||
let name = `DataReconciliation_${Date.now()}.xlsx`
|
||||
if (type === 'RelativePath') name = row.fileName
|
||||
await downLoadFile(url, name)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user