liangweifeng 6 năm trước cách đây
mục cha
commit
4f7ff7d077
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      page/bigDataOut/js/handleChangeViewD.js

+ 1 - 1
page/bigDataOut/js/handleChangeViewD.js

@ -162,7 +162,7 @@ Vue.component('comD', {
            demographic_id = row.demographic_id,
                medication = row.HDSD00_04_023,
                eventdate = row.event_date
            var url = httpRequest.server + '/app-ehr-browser/app/medication/html/medication.html?' +
            var url = httpRequest.server + '/profile/app/medication/html/medication.html?' +
                'healthProblemName=' + '&demographic_id=' + demographic_id + '&medication=' + medication + '&eventdate=' + eventdate
            console.log(url)
            var width = 1000 + 'px';