WXL
2025-04-24 387719007459b760ce8cfc471c6c14e4b0b228a7
测试完成
已修改1个文件
12 ■■■■■ 文件已修改
src/views/patient/patient/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/index.vue
@@ -1145,6 +1145,18 @@
    this.getList();
    this.gettabList();
    //获取已筛选后的可选任务类型
    this.sourcetype[0].children = store.getters.belongDepts.map((dept) => {
      return {
        label: dept.deptName,
        value: dept.deptCode,
      };
    });
    this.sourcetype[1].children = store.getters.belongWards.map((dept) => {
      return {
        label: dept.districtName,
        value: dept.districtCode,
      };
    });
    this.taskoptions = store.getters.Serviceauthority;
  },
  methods: {