Browse Source

修改开单药品存放位置

zhangxc 6 years ago
parent
commit
cc07a1f35f
2 changed files with 2 additions and 2 deletions
  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;
 }