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