Browse Source

解决bug,参数传递少了

raolu 6 years ago
parent
commit
6fd2c7a44d
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
            },
        }