소스 검색

合并错误修改

zhouna 6 년 전
부모
커밋
77ca8b29d1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/store/async-actions/homePage.js

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

@@ -27,7 +27,6 @@ function modulesParseJson(data){
 export const getInitModules= (dispatch,getStore)=>{
   const state = getStore();
   const {message} = state.patInfo;
-  return json(api.getModules,{age:message.patientAge,sexType:message.sex}).then((res) => {console.log("模板请求成功",res);
       dispatch({type:MODI_LOADING});
       dispatch(initHistoryDetails(message));      //历史病历回读
   return json(api.getModules,{age:message.patientAge,sexType:message.sex}).then((res) => {