瀏覽代碼

中医配置方案

zhouna 4 年之前
父節點
當前提交
9ed8ebe8a6
共有 2 個文件被更改,包括 619 次插入781 次删除
  1. 617 779
      src/components/icss/plan/AddPlan.vue
  2. 2 2
      src/components/icss/plan/Plan.vue

文件差異過大導致無法顯示
+ 617 - 779
src/components/icss/plan/AddPlan.vue


+ 2 - 2
src/components/icss/plan/Plan.vue

@@ -184,7 +184,7 @@ export default {
             filter: this.filter
           }
         : { currentPage: this.currentPage, pageSize: this.pageSize };
-      this.$router.push({ name: 'AddPlan', params: pam });
+      this.$router.push({ name: 'AddPlan', params: {...pam,hospitalId:this.hospitalId} });
     },
     // 修改诊断关联-跳转至编辑页面
     modifyRelation(row) {
@@ -198,7 +198,7 @@ export default {
         : { currentPage: this.currentPage, pageSize: this.pageSize };
       this.$router.push({
         name: 'AddPlan',
-        params: Object.assign(pam, { isEdit: true, data: item })
+        params: Object.assign(pam, { isEdit: true, data: item,hospitalId:this.hospitalId })
       });
     },
     currentChange(next) {