diff --git a/src/views/modules/volunteer/VoluntaryOrganization/info.vue b/src/views/modules/volunteer/VoluntaryOrganization/info.vue index 5efc032d7..4450d12ec 100644 --- a/src/views/modules/volunteer/VoluntaryOrganization/info.vue +++ b/src/views/modules/volunteer/VoluntaryOrganization/info.vue @@ -528,7 +528,7 @@ const url = "/sys/dict/data/dictlist" let params = { - dictType: 'volunteer_org_service_type' + dictType: 'voluntary_project_service_class' } const { data, code, msg } = await requestPost(url, params) diff --git a/src/views/modules/volunteer/VoluntaryOrganization/process.vue b/src/views/modules/volunteer/VoluntaryOrganization/process.vue index 968a37c94..4b187f858 100644 --- a/src/views/modules/volunteer/VoluntaryOrganization/process.vue +++ b/src/views/modules/volunteer/VoluntaryOrganization/process.vue @@ -102,7 +102,7 @@ export default { status:this.status, reason:this.reason } - requestGet(url, params).then((res) =>{ + requestPost(url, params).then((res) =>{ console.log(res,"res"); if(res.code===0){ // this.