From 0d2e810cfd17e9980bbe45b03aa48f3b99b6f15b Mon Sep 17 00:00:00 2001 From: sunhonglei Date: Wed, 5 Feb 2025 17:32:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=AE=9A=E7=BA=A7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ViewModel/Configuration/LevelConfigVM.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ViewModel/Configuration/LevelConfigVM.cs b/ViewModel/Configuration/LevelConfigVM.cs index 9f6cb3a..6bd8f65 100644 --- a/ViewModel/Configuration/LevelConfigVM.cs +++ b/ViewModel/Configuration/LevelConfigVM.cs @@ -595,11 +595,11 @@ public class LevelConfigVM : BaseViewModel } else { - InstitutesEnabled = true; - ShapesEnabled = true; - IsUpdateButtonEnabled = false; - InitData(); - ChangeShapeModel(""); + //InstitutesEnabled = true; + //ShapesEnabled = true; + //IsUpdateButtonEnabled = false; + //InitData(); + //ChangeShapeModel(""); return; } if (jsonEntity != null)