src/views/patient/patient/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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: {