ch
2022-03-10 1278472a0c96eaeb4a8bbe04df2c23b0eb52e2ff
WebTM/views/基础资料/公用基础资料/Gy_DepartmentList.html
@@ -150,6 +150,8 @@
                    , height: 'full-50'
                    , page: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        , { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
@@ -172,7 +174,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Gy_Department/list',
                    type: "GET",
                    data: { "sWhere": sWhere, "Organization": Organization },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"], "Organization": Organization },
                    success: function (result) {
                        if (result.count == 1) {
                            option.data = result.data;
@@ -236,7 +238,7 @@
                        $.ajax({
                            url: GetWEBURL() + 'DeltetGy_Department',
                            type: "GET",
                            data: { "HItemID": ItemID },
                            data: { "HItemID": ItemID, "user": sessionStorage["HUserName"]},
                            success: function (result) {
                                console.log('gouba' + result);
                                if (result.count == 1) {