|
|
@ -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: { |
|
|
|