Browse Source

其他史乙肝有高血压顺序勾选bug修改

zhouna 6 years ago
parent
commit
bdc074220b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/containers/SpreadDrop.js

+ 2 - 2
src/containers/SpreadDrop.js

@@ -126,7 +126,7 @@ function otherHisConfirm(dispatch,store,params){
   }
   let existsId = getIds(exists);
   let withsId = getIds(withs);
-  const ids = existsId.join(",")+withsId.join(",");
+  const ids = existsId.join(",")+','+withsId.join(",");
   if(!ids&&nones){      //只有无的项目
     dispatch({
       type: CONFIRMSELECTED,
@@ -161,7 +161,7 @@ function otherHisConfirm(dispatch,store,params){
 }
 
 function checkBodyConfirm(dispatch,store,params){
-  console.log(params)
+  console.log('查体既往史类标签选中未做')
 }
 
 //在不同模块(主诉、现病史等)下拉选中调用不同事件