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
@@ -1032,7 +1032,7 @@
// 控制台打印点击的地区名称
if (params.seriesType == "effectScatter") {
var projectId = params.data && params.data.id ? params.data.id : '';
var jumpUrl = "../HSSE/KqShowScreen/KqShowScreen.aspx?projectId=" + encodeURIComponent(projectId);
var jumpUrl = "../indexProject.aspx?projectId=" + encodeURIComponent(projectId)+ "&state=0";
window.open(jumpUrl)
}
// 控制台打印点击的地区名称