WXL (wul)
昨天 21051d356bb8589ad088abb52492fd2a1909ed9e
src/views/patient/patient/behospitalized.vue
@@ -637,6 +637,9 @@
    this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
      (obj) => obj.deptCode
    );
    this.queryParams.leavehospitaldistrictcodes = store.getters.belongWards.map(
      (obj) => obj.districtCode
    );
    this.getList();
    // this.listDept();
    this.gettabList();
@@ -776,8 +779,8 @@
        leavehospitaldistrictcodes: [],
      };
      this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
      (obj) => obj.deptCode
    );
        (obj) => obj.deptCode
      );
      this.handleQuery();
    },
    // 多选框选中数据
@@ -948,6 +951,6 @@
  }
}
.button-textsc {
  color: #3664D9;
  color: #3664d9;
}
</style>