|  | @@ -183,7 +183,7 @@ std::string vtkJsonObject::ToJson(std::string type,std::string file)
 | 
	
		
			
				|  |  |      if(this->paramJson.isEmpty()){
 | 
	
		
			
				|  |  |          json.insert("paramJson",this->paramJson);
 | 
	
		
			
				|  |  |      }else{
 | 
	
		
			
				|  |  | -        json.insert("paramJson",pageObject);
 | 
	
		
			
				|  |  | +        json.insert("paramJson","");
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      json.insert("action",this->action);
 | 
	
		
			
				|  |  |      if(type == "img"){
 |