|
|
@@ -183,10 +183,10 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
|
|
|
this.ddlLogoName.ClearValue();
|
|
|
this.loadDataSource();
|
|
|
this.ddlGlazeTypeID.SelectedText = GLAZETYPEOne;
|
|
|
- int logindex = ddlLogoName.FindString(lognameOne);
|
|
|
+ int logindex = ddlLogoName.FindStringExact(lognameOne);
|
|
|
this.ddlLogoName.SelectedIndex = logindex;
|
|
|
|
|
|
- int index = ddlGlazeTypeID.FindString(GLAZETYPEOne);
|
|
|
+ int index = ddlGlazeTypeID.FindStringExact(GLAZETYPEOne);
|
|
|
this.ddlGlazeTypeID.SelectedIndex = index;
|
|
|
|
|
|
}
|