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