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
            },
        }