WXL
2025-04-24 387719007459b760ce8cfc471c6c14e4b0b228a7
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: {