소스 검색

辅检导入报错

luolei 4 년 전
부모
커밋
1cb544448e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/store/async-actions/print.js

+ 2 - 2
src/store/async-actions/print.js

@@ -123,8 +123,8 @@ export const realSaveData = (bool,list) => {
             "contentJson":JSON.stringify(jsonData.lis),
             "type": 5
         }, {
-            "content": jsonStr.pacs,
-            "contentValue":jsonStr.pacs,
+            "content": JSON.stringify(jsonStr.pacs),
+            "contentValue":JSON.stringify(jsonStr.pacs),
             "contentJson":JSON.stringify(pacsData),
             "type": 6
         }, {