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