Pārlūkot izejas kodu

添加推送字段‘pasts’

zhangxc 5 gadi atpakaļ
vecāks
revīzija
e1785c111b
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/js/index.js
  2. 1 0
      src/js/indexHorizontal.js

+ 1 - 0
src/js/index.js

@@ -38,6 +38,7 @@ if(mrId) {
     diag: getUrlArgObject('diagJson'),
     diseaseName: getUrlArgObject('diseaseName'),
     other: getUrlArgObject('otherJson') + getUrlArgObject('pastJson'),
+    pasts: getUrlArgObject('otherJson') + getUrlArgObject('pastJson'),
     hosCode:getUrlArgObject('hospitalCode') || '',
     plan:getUrlArgObject('plan') || '0',
   }

+ 1 - 0
src/js/indexHorizontal.js

@@ -52,6 +52,7 @@ if(mrId) {
     diag: getUrlArgObject('diagJson'),
     diseaseName: getUrlArgObject('diseaseName'),
     other: getUrlArgObject('otherJson') + getUrlArgObject('pastJson'),
+    pasts: getUrlArgObject('otherJson') + getUrlArgObject('pastJson'),
     hosCode:getUrlArgObject('hospitalCode') || '',
     plan:getUrlArgObject('plan') || '0',
   }