Przeglądaj źródła

添加推送字段‘pasts’

zhangxc 5 lat temu
rodzic
commit
e1785c111b
2 zmienionych plików z 2 dodań i 0 usunięć
  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',
   }