Explorar el Código

辅检导入报错

luolei hace 4 años
padre
commit
1cb544448e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
         }, {