From bbe6bd34ded053c0ae33c018f3af53daac43629f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 12 一月 2023 16:44:15 +0800
Subject: [PATCH] 数据下载优化

---
 HDL_ON/UI/MainPage.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index 2c95b5e..373106d 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -399,7 +399,7 @@
             {
                 try
                 {
-                    Entity.FunctionList.List.Clear();
+                    Entity.FunctionList.List.ClearDatas();
                     Entity.SpatialInfo.CurrentSpatial.Clear();
                     ///绛夊緟鑾峰彇浣忓畢淇℃伅
                     Application.RunOnMainThread(() =>

--
Gitblit v1.8.0