소스 검색

修改开单药品存放位置

zhangxc 6 년 전
부모
커밋
cc07a1f35f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/PreviewBody/index.jsx
  2. 1 1
      src/store/actions/pushMessage.js

+ 1 - 1
src/components/PreviewBody/index.jsx

@@ -4,7 +4,7 @@ import { normalVal, filterDataArr, filterOtherDataArr,timestampToTime } from '@u
 import Notify from '@commonComp/Notify';
 import Information from '../Information';
 import $ from "jquery";
-// import AssessResultHis from '@containers/AssessResultHis'
+import AssessResultHis from '@containers/AssessResultHis'
 
 class PreviewBody extends Component {
   constructor(props) {

+ 1 - 1
src/store/actions/pushMessage.js

@@ -134,7 +134,7 @@ export const addScheme = (state, action) => {
      
   }
 	res.AdviceStr = getAdviceStr(res.advice)
-	res.drugList = getDrugList(res.advice.scheme)
+	res.advice.drugList = getDrugList(res.advice.scheme)
   return res;
 }