bug
lu
2025-09-05 e740617f4c4009642a3097afda28d557984f40e1
DevApp/Gs.DevApp/UserControl/ShowRptWizard.cs
@@ -1,11 +1,10 @@
using System;
using System.ComponentModel;
using System.Data.SqlTypes;
using DevExpress.XtraEditors;
using DevExpress.XtraEditors;
using DevExpress.XtraWizard;
using Gs.DevApp.DevFrm.Sys;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
using System.ComponentModel;
namespace Gs.DevApp.UserControl
{
@@ -38,7 +37,7 @@
                var _rtn = UtilityHelper.ReturnToDynamic(strJson);
                if (_rtn.rtnCode > 0)
                {
                    var frm = new EasyRptDesign(_rptGuid,_rptParameter);
                    var frm = new EasyRptDesign(_rptGuid, _rptParameter);
                    frm.Show();
                }
                else