Explorar o código

解决bug,参数传递少了

raolu %!s(int64=6) %!d(string=hai) anos
pai
achega
6fd2c7a44d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {
            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
            },
            },
        }
        }