Browse Source

Get改为post、

feature
是小王呀\24601 11 months ago
parent
commit
d57f2d123f
  1. 2
      src/views/modules/volunteer/VoluntaryOrganization/info.vue
  2. 2
      src/views/modules/volunteer/VoluntaryOrganization/process.vue

2
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)

2
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.

Loading…
Cancel
Save