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

@@ -245,7 +245,7 @@ const tableStore = new TableStore({
// const match = row.filePath.match(/excelreport(\/[^?#]*)/)
// window.open(window.location.origin + '/#/previewFile?' + match[1])
window.open(window.location.origin + '/#/previewFile?/' + 'row.absFilePath')
window.open(window.location.origin + '/#/previewFile?/' + row.absFilePath)
} else {
if (row.problemPath == null) {
ElMessage({