浏览代码

处理bug 对比库不能加载第2次的bug

cxs 2 年之前
父节点
当前提交
04ddea0150
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      OTSPartA_STDEditor/ReferenceLibrary.cs

+ 1 - 0
OTSPartA_STDEditor/ReferenceLibrary.cs

@@ -115,6 +115,7 @@ namespace OTSPartA_STDEditor
                 DataSet ds = new DataSet();
                 m_dataAdapter.Fill(ds);
                 DataTable dt = ds.Tables[0];
+                ReferenceGroup.Clear();
                 STDDictionary.Clear();
                 if (dt != null)
                 {