Selaa lähdekoodia

0424 paramjson置空

caizm 2 vuotta sitten
vanhempi
säilyke
3806c5c081

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