浏览代码

保存用药情況

Luolei 6 年之前
父节点
当前提交
fba4550f2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/async-actions/print.js

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

@@ -68,7 +68,7 @@ export const saveMessage = (bool) => {
         "sign": whichSign, //类型0结构化 1文本
         "diagnose": (jsonData.diag.length > 0 ? jsonData.diag[0].name : ''), //诊断
         "inquiryCode": state.recordId, //就诊序列号
-        "drugList":[],//药品列表
+        "drugList":baseList.pushMessage.advice.drugList || [],//药品列表
         // "regVisitedState": 0,      //就诊状态
         // "type": 0,
     }).then((res) => {