3 Commits 1651e3fe5e ... 5d2c577c58

Tác giả SHA1 Thông báo Ngày
  raolu 5d2c577c58 Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application 6 năm trước cách đây
  raolu 612372a252 Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application 6 năm trước cách đây
  raolu 6fd2c7a44d 解决bug,参数传递少了 6 năm trước cách đây
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
            },
        }