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

Loading…
Cancel
Save