瀏覽代碼

药品列表

Luolei 6 年之前
父節點
當前提交
77e666c1ee
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/components/AddAssistCheck/index.less
  2. 1 0
      src/store/async-actions/print.js

+ 1 - 0
src/components/AddAssistCheck/index.less

@@ -37,6 +37,7 @@
         padding: 10px;
         box-sizing: border-box;
         position: relative;
+        clear: both;
         .pointerFinger {
             width: 222px;
             position: absolute;

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

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