This commit is contained in:
geh
2026-05-12 18:54:11 +08:00
parent 6c67afae72
commit 33faec600a
5 changed files with 1179 additions and 2 deletions
+1 -1
View File
@@ -587,7 +587,7 @@
if (params.seriesType == "effectScatter") {
// alert("点击了" + params.name)
var projectId = params.data && params.data.id ? params.data.id : '';
var jumpUrl = "../HSSE/KqShowScreen/KqShowScreen.aspx?projectId=" + encodeURIComponent(projectId);
var jumpUrl = "../DataShow/kqProject.aspx?projectId=" + encodeURIComponent(projectId);
window.open(jumpUrl)
}
// 你可以在这里添加你的逻辑代码