YL
2021-10-20 ceeb1a367bee96d0ce18209fc1862f270a3dca65
WebTM/views/基础资料/公用基础资料/Gy_DepartmentList.html
@@ -172,7 +172,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Gy_Department/list',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "Organization": Organization },
                    success: function (result) {
                        if (result.count == 1) {
                            option.data = result.data;