zzr99
2022-02-10 ff59433d6093c3b0ab02405e3847ec22a00f3c55
WebTM/views/基础资料/公用基础资料/Gy_Unit.html
@@ -152,7 +152,7 @@
            $.ajax({
                url: GetWEBURL() + '/Gy_Unit/list1',
                type: "GET",
                data: { "sWhere": sWhere, "Organization": Organization  },
                data: { "sWhere": sWhere, "user": sessionStorage["HUserName"], "Organization": Organization  },
                success: function (data1) {
                    if (data1.count == 1) {
                        option.data = data1.data;
@@ -209,7 +209,7 @@
                            $.ajax({
                                url: GetWEBURL() + 'DeltetGy_Unit',
                                type: "GET",
                                data: { "HItemID": ItemID },
                                data: { "HItemID": ItemID, "user": sessionStorage["HUserName"] },
                                success: function (result) {
                                    console.log('gouba' + result);
                                    if (result.count == 1) {
@@ -259,7 +259,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Gy_Unit/list1',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"], "Organization": Organization },
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;