wtt
2026-02-03 7cb06e1b369e7d79b314a8a3573b215aa078c4c5
WebTM/views/Baseset/»ù´¡×ÊÁÏ/Gy_GetProductionTeamList.html
@@ -81,7 +81,6 @@
                }
                parent.layer.close(index);
            });
            RoadQuery($('#Value').val());
            table.render({
                elem: '#mainTable'
                // , url: '/demo/table/user/'
@@ -97,6 +96,8 @@
                , limits: [50, 500, 5000, 50000],
                limit: 50
            });
            RoadQuery($('#Value').val());
            ///加载显示数据
            function RoadQuery(Where) {
                var Value = " and HUSEORGID = " + sessionStorage["OrganizationID"] + "";
@@ -105,9 +106,11 @@
                }
                $.ajax({
                    type: "get",
                    url: GetWEBURL() + "/Web/GetProductionTeamList_Json",
                    async: true,
                    data: { "sWhere": Value },
                    //url: GetWEBURL() + "/Web/GetProductionTeamList_Json",     //原返回数据调用方法
                    url: GetWEBURL() + "/Web/GetGroupListByUser_Json",
                    async: false,
                    //data: { "sWhere": Value },
                    data: { "sWhere": Value, "user": sessionStorage["HUserName"] },
                    success: function (result) {
                        ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
                        table.reload('mainTable', {