|
@@ -209,7 +209,7 @@ function getTreatment(item, dispatch, state,url,params, isChronic) {
|
|
|
drugHistory&&drugHistory.length >0 ||
|
|
|
adverseReactions&&adverseReactions.length >0 ||
|
|
|
!!followUp ||treatment&&treatment.length >0))) {
|
|
|
- Notify.info('提示信息未维护');
|
|
|
+ Notify.info('暂无数据');
|
|
|
return
|
|
|
}
|
|
|
dispatch({type: SHOW_TREAT})
|
|
@@ -280,10 +280,10 @@ function getTreatment(item, dispatch, state,url,params, isChronic) {
|
|
|
adversReactionList: adverseReactions
|
|
|
})
|
|
|
} else {
|
|
|
- Notify.info('提示信息未维护');
|
|
|
+ Notify.info('暂无数据');
|
|
|
}
|
|
|
}else {
|
|
|
- Notify.info('提示信息未维护');
|
|
|
+ Notify.info('暂无数据');
|
|
|
}
|
|
|
}).catch((e) =>{
|
|
|
console.log(e)
|