|
@@ -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
|
|
|
}, {
|