2018-06-03 22:26:41 +08:00

10 lines
393 B
Plaintext

<%@page import="java.net.URLDecoder"%>
<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/IncludeBegin.jsp"%><%
String sOrgID = CurPage.getParameter("managerOrgId"); //当前管理的机构
session.setAttribute("managerPlatFormOrgId", sOrgID);
%>
<script type="text/javascript">
parent.AsDialog.ClosePage();
</script>
<%@ include file="/IncludeEnd.jsp"%>