修改冀北问题

This commit is contained in:
GGJ
2024-09-24 16:23:55 +08:00
parent b1a88a7cda
commit f95dc42b3f
7 changed files with 63 additions and 56 deletions

View File

@@ -79,9 +79,13 @@ const handleNodeClick = (data: any, node: any) => {
flag.value = false
if (data?.url != null && data?.url != '') {
flag.value = true
getFileNameAndFilePath({ filePath: data.url }).then(res => {
url.value = res.data.url
})
setTimeout(() => {
url.value = `/api-doc/excelreport` + data.url
// getFileNameAndFilePath({ filePath: data.url }).then(res => {
// url.value = res.data.url
// })
},100)
}
}
// 删除