diff --git a/src/views/dataBoard/overview/components/ResourceScheduling.vue b/src/views/dataBoard/overview/components/ResourceScheduling.vue index f8390f357..46b43d816 100644 --- a/src/views/dataBoard/overview/components/ResourceScheduling.vue +++ b/src/views/dataBoard/overview/components/ResourceScheduling.vue @@ -245,25 +245,11 @@ export default { this.getZzzList(); } else if (this.peopleType === '5' ) { this.getLjdwList(); - } else if (this.peopleType === 'publicWelfareNum' || this.peopleType === 'volunteer') { - this.getServerOrgNewTask(); } else { this.getList() } } }, - getServerOrgNewTask() { - let {parentCategoryCode,categoryCode} = this.demandRecDetail; - this.loading = true; - this.$http.post('/actual/base/serviceitem/listServerOrgNewTask', { - serverOrgType: this.peopleType == 'publicWelfareNum'?'publicWelfare':'ic_user_volunteer', - serverParentOrgCategoryCode:parentCategoryCode, - serverOrgCategoryCode:categoryCode - }).then(res => { - this.loading = false; - this.list = res.data.data; - }) - }, handleHandle(data) { this.handleClose()