3 Commits 1651e3fe5e ... 5d2c577c58

Author SHA1 Message Date
  raolu 5d2c577c58 Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application 6 years ago
  raolu 612372a252 Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application 6 years ago
  raolu 6fd2c7a44d 解决bug,参数传递少了 6 years ago
1 changed files with 1 additions and 1 deletions
  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
            },
        }