WXL
2025-04-16 38c90423515b9ce4839fea6753fe19f21e0ed59a
src/views/patient/patient/hospital.vue
@@ -580,10 +580,10 @@
    /** 查询患者列表 */
    getList() {
      if (this.queryParams.searchscope == 3) {
        this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
        this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );
        this.topqueryParams.leavehospitaldistrictcodes =
        this.queryParams.leavehospitaldistrictcodes =
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      this.loading = true;