浏览代码

添加推送字段‘pasts’

zhangxc 5 年之前
父节点
当前提交
e1785c111b
共有 2 个文件被更改,包括 2 次插入0 次删除
  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',
   }