Преглед на файлове

解决bug,参数传递少了

raolu преди 6 години
родител
ревизия
6fd2c7a44d
променени са 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
            },
        }