Browse Source

获取志愿类型

feature
是小王呀\24601 11 months ago
parent
commit
200b6b13fa
  1. 4
      src/views/modules/volunteer/activityArchive/select.vue

4
src/views/modules/volunteer/activityArchive/select.vue

@ -252,7 +252,6 @@ export default {
btnDisable: false,
searchValue:"",
formData: {
projectId:"",
projectTitle:"",
title:"",
agencyId:"",
@ -348,13 +347,14 @@ export default {
},
components: { fileList,Tinymce,UploadImage},
async mounted () {
this.getTableData1()
this.getTableData()
// this.startLoading()
// await this.loadInfo()
// this.endLoading()
this.getOrgTreeList()
this.volunteerservicetype()
this.getTableData1()
},
methods: {

Loading…
Cancel
Save