Browse Source

修改治疗方案暂无时提示语

zhangxc 6 years ago
parent
commit
753163d28d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/store/async-actions/treat.js

+ 3 - 3
src/store/async-actions/treat.js

@@ -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)