Sfoglia il codice sorgente

getHospitalInfo接口参数名修改,模式默认值bug修改

zhouna 6 anni fa
parent
commit
20efb9cdd3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/store/async-actions/patInfo.js

+ 1 - 1
src/store/async-actions/patInfo.js

@@ -118,7 +118,7 @@ export async function getPatientMessage(dispatch, getState){
   //设置初始模式
   dispatch({
     type: CONFIRM_TYPE,
-    confirmType:data1.modeValue||config.defaultValue.mode
+    confirmType:data1.modeValue
   });
   dispatch(getInitModules);     //确保病人信息获取以后再获取模板等数据,否则参数为空
   dispatch(getCommonList(5));     //获取常用化验标签列表