From 200b6b13fa8637d6721000c6c8993e6d0b0c20fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 13 Sep 2024 09:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=BF=97=E6=84=BF=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/volunteer/activityArchive/select.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/volunteer/activityArchive/select.vue b/src/views/modules/volunteer/activityArchive/select.vue index 679fe197f..ab4689555 100644 --- a/src/views/modules/volunteer/activityArchive/select.vue +++ b/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: {