|
@@ -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('查体既往史类标签选中未做')
|
|
|
}
|
|
|
|
|
|
//在不同模块(主诉、现病史等)下拉选中调用不同事件
|