WXL
2025-05-15 5e1745487b290612c6282006822b431843a081af
src/views/patient/patient/hospital.vue
@@ -607,6 +607,12 @@
        value: dept.districtCode,
      };
    });
    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();