Index: ssts-web/src/main/webapp/homepage/portalPage.jsp =================================================================== diff -u -r12511 -r13266 --- ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 12511) +++ ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 13266) @@ -2,7 +2,7 @@ <%@page import="com.forgon.tools.date.DateTools"%> <%@page import="com.forgon.disinfectsystem.basedatamanager.supplyroomconfig.service.SupplyRoomConfigManager"%> <%@page import="com.forgon.disinfectsystem.entity.basedatamanager.supplyroomconfig.SupplyRoomConfig"%> -<%@page import="com.forgon.disinfectsystem.entity.systemwarning.SystemWarningItemVO"%> +<%@page import="com.forgon.disinfectsystem.entity.systemwarning.SystemWarningItemVO,net.sf.json.JSONObject"%> <%@ page contentType="text/html; charset=UTF-8"%> <%@ page import="com.forgon.tools.SpringBeanManger,com.forgon.directory.vo.LoginUserData,com.forgon.portal.action.PortalPageAction"%> <%@ page import="java.util.Date"%> @@ -33,7 +33,9 @@ } request.setAttribute("fontSize",userData.getFontSize() == null?"12":userData.getFontSize()); request.setAttribute("departCoding",orgCoding); - + String loginUserDataJsonStr = JSONObject.fromObject(userData).toString(); + request.setAttribute("loginUserDataJsonStr",loginUserDataJsonStr); + %>
@@ -125,7 +127,8 @@ @@ -268,7 +291,7 @@ - +