liangweifeng 6 years ago
parent
commit
4f7ff7d077
1 changed files with 1 additions and 1 deletions
  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';