hd hace 1 semana
padre
commit
36d7dcdf0c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/rehabilitation/js/health_control.js

+ 2 - 2
app/rehabilitation/js/health_control.js

@ -272,7 +272,6 @@ layui.use('element', function () {
            if (vm.tablelist.length == 0) {
              vm.wujilu = true
            }
            window.localStorage.setItem("docInfo", JSON.stringify(res.data))
            vm.docInfo = JSON.parse(window.localStorage.getItem('wlyyAgent'))
            vm.doctorType = vm.docInfo.doctorType
            if (vm.doctorType != 1) {
@ -282,7 +281,8 @@ layui.use('element', function () {
            }
            
            healthAPI.doctorBaseinfo().then(function (res) {
              
              window.localStorage.setItem("docInfo", JSON.stringify(res.data))
              vm.isLeader = res.data.isLeader //0非团队长 1团队长
              vm.level = res.data.level //1专科医生,2全科医生,3健康管理师
              vm.planCreateUser //创建者跟登录者相等可中止操作