1
啊鑫
2024-12-09 b007ee7ef80cde09eaff1fb80ec0b375d55ca41a
DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs
@@ -257,7 +257,7 @@
        /// </summary>
        private void getTree()
        {
            var pgq = new PageQueryModel(1, 999999, "idx");
            var pgq = new PageQueryModel(1, 999999, "a.idx");
            var json = JsonConvert.SerializeObject(pgq);
            try
            {
@@ -270,7 +270,7 @@
                tlMenu.ParentFieldName = "upGuid";
                tlMenu.Tag = "name";
                tlMenu.EndUpdate();
                // this.tlMenu.ExpandAll();
                this.tlMenu.CollapseAll();
                tlMenu.OptionsView.CheckBoxStyle =
                    DefaultNodeCheckBoxStyle.Default;
            }
@@ -321,8 +321,8 @@
        /// </summary>
        private void getDownList()
        {
            var pgq = new PageQueryModel(1, 999999, "idx", "asc", "",
                " and category=1");
            var pgq = new PageQueryModel(1, 999999, "a.idx", "asc", "",
                " and a.category=1");
            var json = JsonConvert.SerializeObject(pgq);
            try
            {