bug
lu
4 天以前 30931c00518330e6ba34c8b2fc4bd2b2f430fed5
DevApp/Gs.DevApp/DevFrm/QC/DefectCode.cs
@@ -21,9 +21,6 @@
        {
            InitializeComponent();
            strType = _strType;
            toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
            this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
            tlMenu.IndicatorWidth = 50;
            tlMenu.CustomDrawNodeIndicator += (s, ee) =>
            {
@@ -88,11 +85,11 @@
                            tlMenu.DeleteNode(tlMenu.FocusedNode);
                        }
                        else
                            ToolBox.MsgHelper.Warning("提示:" + _rtn.rtnMsg);
                            ToolBox.MsgHelper.ShowError("提示:" + _rtn.rtnMsg);
                    }
                    catch (Exception ex)
                    {
                        ToolBox.MsgHelper.Warning("提示:" + ex.Message);
                        ToolBox.MsgHelper.ShowError("提示:" + ex.Message);
                    }
                }
            };
@@ -146,32 +143,10 @@
                    toolStripMenuItemAdd.Visible = false;
                    toolStripMenuItemEdt.Visible = false;
                    toolStripMenuItemDel.Visible = false;
                    toolStripMenuItemRoot.Visible = true;
                    toolStripMenuItemRoot.Visible = false;//2025/07//11改为不增加主项目了
                    cms1.Show(tlMenu, e.Location);
                }
            }
        }
        /// <summary>
        /// 查询事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ToolBarMenu1_btnQueryClick(object sender, EventArgs e)
        {
            Gs.DevApp.ToolBox.MsgHelper.ShowInformation("该窗体不支持查询,若想更新页面,请点击 刷新");
        }
        /// <summary>
        /// 刷新事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e)
        {
            _filterList.Clear();
            getPageList(1);
        }
        /// <summary>
        ///