lixiaojun
2024-07-23 a99a3974be061a99d11306e75d9820de59cdc374
WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
@@ -81,9 +81,9 @@
                map.PumpGroupID = groupid;
            }
            dlg.SetBindingData(id);
            dlg.ReloadDataEvent += async (main, part, content, mainmap) =>
            dlg.ReloadDataEvent += async (main) =>
            {
                var id = await _bll.InsertEx(main, map, part, content, mainmap);
                var id = await _bll.InsertEx(main, map);
                if (id > 0)
                {
                    var model = await _bll.GetByID(id);