WXL
2025-04-11 ee8f1a0138b4b7de2389e31d2eb186167a1548f7
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;