This commit is contained in:
sjl
2026-01-04 08:39:17 +08:00
parent 72b1f39814
commit e7d90c3a73
3 changed files with 8 additions and 7 deletions

View File

@@ -178,10 +178,11 @@ const tableStore = new TableStore({
//window.open(row.filePath)
// const match = row.filePath.match(/excelreport(\/[^?#]*)/)
// const decodedPath = decodeURI(match[1]) // 解码URL中的中文字符
//download('/' + row.absFilePath)
download('/' + row.absFilePath)
//download('/supervision/微服务系统测试页面功能-20251224合并版本.docx')
download('/onlineReport/电能[预]2025年18号-张家口地市 电能质量技术监督预警单.docx')
//download('/onlineReport/电能[预]2025年18号-张家口地市 电能质量技术监督预警单.docx')
}
},