浏览代码

0424 paramjson置空

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