qin
2025-03-14 ef1fc8b0eeea6972964d8c62dfef7819bea49d1a
WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.cs
@@ -25,21 +25,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;
        }