소스 검색

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