hd 5 달 전
부모
커밋
a6dbcccb13
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      app/rehabilitation/js/guide_the_message.js

+ 4 - 0
app/rehabilitation/js/guide_the_message.js

@ -303,6 +303,10 @@ top.rehabilitationGuideVue = new Vue({
        top.layer.msg('请到app上操作!')
        return false
      }
      if(vm.service.node == '该居民已有最新康复计划,系统自动完成当前计划'){
        top.layer.msg('该居民已有最新康复计划,系统自动完成当前计划')
        return
      }
      top.layer.open({
        type: 2,
        area: ['600px', '700px'],