|
@@ -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) => {
|