From c3106b86c0fcb70502f7cdca8816a55e56ce6ff7 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: Mon, 2 Sep 2024 18:07:24 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/volunteer/VoluntaryOrganization/edit.vue | 8 ++++----
.../modules/volunteer/VoluntaryOrganization/index.vue | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/modules/volunteer/VoluntaryOrganization/edit.vue b/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
index 4c9736d76..d950c2f65 100644
--- a/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
+++ b/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
@@ -186,13 +186,13 @@
components: { Tinymce, UploadImage },
props: {
VolunteerList: {
- type: Array,
- default: []
- },
+ type: Object,
+ default: () => {}
+ }
+
},
mounted() {
console.log(this.VolunteerList,"this.VolunteerList");
- this.formData=this.VolunteerList
this.activityType()
this.listServerOrg()
},
diff --git a/src/views/modules/volunteer/VoluntaryOrganization/index.vue b/src/views/modules/volunteer/VoluntaryOrganization/index.vue
index f9db514d0..5eb72611f 100644
--- a/src/views/modules/volunteer/VoluntaryOrganization/index.vue
+++ b/src/views/modules/volunteer/VoluntaryOrganization/index.vue
@@ -99,7 +99,7 @@
-
+
@@ -424,7 +424,7 @@ export default {
handleEdit(row){
this.showEdit=true,
this.EditList=row
- console.log(row,this.fmData,"row");
+ console.log(row,this.EditList,"row");
},
//关闭修改
showEditClose(){