duheng
2024-10-25 2348fa0bac35e103cd826580f21c6bffff574a1e
WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/02-main/01-EditPumpPartProp/EditExchangerPartPropDlg.cs
@@ -44,13 +44,13 @@
            var allpartlist = await _bll.GetByExchangerMainID(AssetsExchangerMain.ID);   //获取所有产品
            /*   var series = await new BLL.AssetsExchangerSeries().GetByID(AssetsExchangerMain.ExchangerSeriesID);  //获取系列
               _ExchangerPart = new Vmo.AssetsExchangerPartMainVmo();
               _seriesID = series.ID;
               _ExchangerPart.SeriesID = _seriesID;
               _series = series.ID;
               _ExchangerPart.SeriesID = _series;
               _catalogID = series.CatalogID;
               _proplist = new List<PropGroupChoiceViewModel>();
               _partmap = new Vmo.AssetsExchangerMainAndPartMapVmo();
               _partmap.ExchangerID = AssetsExchangerMain.ID;
               _partmap.SeriesID = _seriesID;*/
               _propList = new List<PropGroupChoiceViewModel>();
               _partMapping = new Vmo.AssetsExchangerMainAndPartMapVmo();
               _partMapping.ExchangerID = AssetsExchangerMain.ID;
               _partMapping.SeriesID = _series;*/
            this.propGroupChoiceViewModelBindingSource.DataSource = _proplist;
            this.propGroupChoiceViewModelBindingSource.ResetBindings(false);
        }