Bladeren bron

Merge branch 'ChronicMag' into dev/new1

zhangxc 6 jaren geleden
bovenliggende
commit
8a74b22939

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

@@ -41,7 +41,7 @@ export const getInstroduce = (id,name)=>{    //获取辅检的提示信息
                 tmpFlg:'midPart'
             }) 
         } else {
-            Notify.info(data.data.msg||'暂无提示信息')
+            Notify.info('提示信息未维护')
         }
 
                  

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

@@ -79,7 +79,7 @@ export const getInstroduce = (id,name,type)=>{    //获取化验的提示信息
               tmpFlg:'midPart'
           }) 
       } else {
-          Notify.info(data.data.msg||'暂无提示信息')
+          Notify.info('提示信息未维护')
       }        
     }).catch((e) => {
         console.log(e)

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

@@ -124,7 +124,7 @@ export const billing = (mdata,boxMark) => {
                         tips: data.data.data
                     })
                 } else {
-                    Notify.info(data.data.msg||'暂无提示信息')
+                    Notify.info('提示信息未维护')
                 }
                 
         }).catch((e) => {