Browse Source

修复三元相图打不开的bug

zty 3 years ago
parent
commit
7f3d8d6863
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSIncAReportApp/1-UI/Control_ECharts/EChart_Trianglediagram.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_ECharts/EChart_Trianglediagram.cs

@@ -535,7 +535,7 @@ namespace OTSIncAReportApp.Control_ECharts
                 //为页面图形提供数据参数
                 //为页面图形提供数据参数
                 string str = m_ReportApp.data;
                 string str = m_ReportApp.data;
                 //执行网页脚本事件
                 //执行网页脚本事件
-                m_ReportApp.browser_trio.ExecuteScriptAsync("showchart('" + str + "','triangle')");
+                m_ReportApp.browser_trio.ExecuteScriptAsync("showchart('" + str + "','','triangle')");
             }
             }
         }
         }
         //public string GetPic()
         //public string GetPic()