WXL
2 天以前 08c27c1f13c1e7560a39f2fdc38b300d2c0e2af4
测试完成
已修改3个文件
7 ■■■■■ 文件已修改
src/api/system/user.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/behospitalized.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/hospital.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/system/user.js
@@ -145,6 +145,7 @@
export function deptTreeSelect(type) {
  const data = {
    deptType:type,
    orgid:localStorage.getItem("orgid"),
  };
  return request({
    url: "/system/user/deptTree",
src/views/patient/patient/behospitalized.vue
@@ -776,6 +776,9 @@
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      };
      this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
      (obj) => obj.deptCode
    );
      this.handleQuery();
    },
    // 多选框选中数据
src/views/patient/patient/hospital.vue
@@ -758,6 +758,9 @@
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      };
      this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
      (obj) => obj.deptCode
    );
      this.handleQuery();
    },
    // 多选框选中数据