Parcourir la source

保存用药情況

Luolei il y a 6 ans
Parent
commit
fba4550f2e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) => {