Commit c0849f9f LN

bug修改

1 个父辈 074d2463
......@@ -705,6 +705,7 @@ namespace OnlineStore.XLRStore
{
positions = (from m in StoreManager.XLRStore.boxEquip.PositionNumList where m.Contains("BB") select m).ToList<string>();
}
cmb.DataSource = null;
cmb.Items.Clear();
cmb.DataSource = positions;
if (positions.Count > 0)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!