1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-10-23 16:28:39 +08:00
parent c197c077a7
commit 98757b6c06
1 changed files with 1 additions and 1 deletions

View File

@ -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)
},