liangweifeng 6 年之前
父节点
当前提交
4f7ff7d077
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
            demographic_id = row.demographic_id,
                medication = row.HDSD00_04_023,
                medication = row.HDSD00_04_023,
                eventdate = row.event_date
                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
                'healthProblemName=' + '&demographic_id=' + demographic_id + '&medication=' + medication + '&eventdate=' + eventdate
            console.log(url)
            console.log(url)
            var width = 1000 + 'px';
            var width = 1000 + 'px';