caizm преди 2 години
родител
ревизия
3806c5c081
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      CAE_Solution/src/threadPool_and_statemachine/dealWith/vtkjsonobject.cpp

+ 1 - 1
CAE_Solution/src/threadPool_and_statemachine/dealWith/vtkjsonobject.cpp

@@ -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"){