|  | @@ -72,7 +72,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  					JSONObject obj  = new JSONObject();
 | 
	
		
			
				|  |  |  					obj.put("filePath",XIFileUtils.getRootPathStr()+ MFConstant.separator+file.getFilepath());
 | 
	
		
			
				|  |  |  					obj.put("fileType",modeling.getGridFileType().toLowerCase());
 | 
	
		
			
				|  |  | -					msg.setParamJson(XIFileUtils.getRootPathStr()+ MFConstant.separator+file.getFilepath());
 | 
	
		
			
				|  |  | +					msg.setParamJson(obj.toString());
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}else if(action.equals("zoomout")){//缩小
 |