From 2b7276b2892b6f090e4c0078a20dfdc9da9ab053 Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期四, 13 三月 2025 10:32:54 +0800
Subject: [PATCH] --基础界面修改初步提交

---
 WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.cs |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.cs b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.cs
index cb765d4..8023198 100644
--- a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.cs
+++ b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.cs
@@ -14,21 +14,6 @@
         {
             bool isExist = true;
             this.dxErrorProvider1.ClearErrors();
-            if (this.cbArea.Text == "璇烽�夋嫨")
-            {
-                this.dxErrorProvider1.SetError(this.cbArea, "蹇呭~椤�");
-                isExist = false;
-            }
-            if (this.cbCity.Text == "璇烽�夋嫨")
-            {
-                this.dxErrorProvider1.SetError(this.cbCity, "蹇呭~椤�");
-                isExist = false;
-            }
-            if (this.cbDist.Text == "璇烽�夋嫨")
-            {
-                this.dxErrorProvider1.SetError(this.cbDist, "蹇呭~椤�");
-                isExist = false;
-            }
             return isExist;
         }
 

--
Gitblit v1.9.3