Browse Source

弹窗加个字段

liangweifeng 6 years ago
parent
commit
ccfe331950
1 changed files with 1 additions and 1 deletions
  1. 1 1
      page/bigDataOut/js/handleChangeViewD.js

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

@ -161,7 +161,7 @@ Vue.component('comD', {
            console.log(row)
            demographic_id = row.demographic_id,
                medication = row.HDSD00_04_023,
                eventdate = new Date(row.event_date).format('yyyy-MM-ddThh:mm:ssZ')
                eventdate = row.event_date_real
            var url = httpRequest.server + '/profile/app/medication/html/medication.html?' +
                'healthProblemName=' + '&demographic_id=' + demographic_id + '&medication=' + medication + '&eventdate=' + eventdate
            console.log(url)