duheng
2025-03-13 2b7276b2892b6f090e4c0078a20dfdc9da9ab053
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;
        }