瀏覽代碼

Merge branch 'Release2.4' of http://36.129.163.148:10080/gaoshipeng/OTS2_0 into Release2.4

cxs 3 年之前
父節點
當前提交
b43426d2da
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
                 //执行网页脚本事件
-                m_ReportApp.browser_trio.ExecuteScriptAsync("showchart('" + str + "','triangle')");
+                m_ReportApp.browser_trio.ExecuteScriptAsync("showchart('" + str + "','','triangle')");
             }
         }
         //public string GetPic()