Forráskód Böngészése

合并错误修改

zhouna 6 éve
szülő
commit
77ca8b29d1
1 módosított fájl, 0 hozzáadás és 1 törlés
  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) => {