1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c197c077a7
commit
98757b6c06
|
|
@ -85,7 +85,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
async download(row, type) {
|
async download(row, type) {
|
||||||
let url = this.OSSclientConfig.basePath + 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
|
if (type === 'RelativePath') name = row.fileName
|
||||||
await downLoadFile(url, name)
|
await downLoadFile(url, name)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue