zhouna 6 rokov pred
rodič
commit
77ca8b29d1
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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) => {