3 커밋 1651e3fe5e ... 5d2c577c58

작성자 SHA1 메시지 날짜
  raolu 5d2c577c58 Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application 6 년 전
  raolu 612372a252 Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application 6 년 전
  raolu 6fd2c7a44d 解决bug,参数传递少了 6 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/rehabilitation/js/moreplan.js

+ 1 - 1
app/rehabilitation/js/moreplan.js

@ -291,7 +291,7 @@ layui.use('element', function () {
            },
            checkPlan: function (data) {
                location.href = "../../rehabilitation/html/rehabilitation_management.html?planId=" + data.planId
                location.href = "../../rehabilitation/html/rehabilitation_management.html?planId=" + data.planId+"&patientCode="+this.paticentcode
            },
        }