From 910a90cf3bcee152347db59abd40c0f5f556ab15 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: Thu, 10 Oct 2024 10:25:40 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E7=BB=84=E7=BB=87=E5=B0=81?=
=?UTF-8?q?=E9=9D=A2=E5=9B=BE=EF=BC=8C=E5=93=81=E7=89=8C=E4=B8=8D=E6=94=AF?=
=?UTF-8?q?=E6=8C=81=E4=B8=8A=E4=BC=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../volunteer/VoluntaryOrganization/add.vue | 14 +-
.../volunteer/VoluntaryOrganization/edit.vue | 895 ------------------
.../volunteer/VoluntaryOrganization/index.vue | 3 +-
3 files changed, 11 insertions(+), 901 deletions(-)
delete mode 100644 src/views/modules/volunteer/VoluntaryOrganization/edit.vue
diff --git a/src/views/modules/volunteer/VoluntaryOrganization/add.vue b/src/views/modules/volunteer/VoluntaryOrganization/add.vue
index 2e1c8f4b2..40c8c5171 100644
--- a/src/views/modules/volunteer/VoluntaryOrganization/add.vue
+++ b/src/views/modules/volunteer/VoluntaryOrganization/add.vue
@@ -72,10 +72,14 @@
-
-
+
+
+
+
@@ -95,8 +99,11 @@
-
+
+
@@ -176,7 +183,6 @@
components: { Tinymce, UploadImage },
mounted() {
-
this.volunteerservicetype()
this.volunteertype()
this.formData.agencyId=this.$store.state.user.agencyId
diff --git a/src/views/modules/volunteer/VoluntaryOrganization/edit.vue b/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
deleted file mode 100644
index d9f5f20b7..000000000
--- a/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
+++ /dev/null
@@ -1,895 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取 消
- 确 定
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/modules/volunteer/VoluntaryOrganization/index.vue b/src/views/modules/volunteer/VoluntaryOrganization/index.vue
index 26b8a1965..2b3811260 100644
--- a/src/views/modules/volunteer/VoluntaryOrganization/index.vue
+++ b/src/views/modules/volunteer/VoluntaryOrganization/index.vue
@@ -119,7 +119,6 @@ import nextTick from "dai-js/tools/nextTick";
import { mapGetters } from "vuex";
import add from "./add.vue"
import info from "./info.vue"
-import edit from "./edit.vue"
import MemberManagement from "./MemberManagement.vue"
import process from "./process.vue"
// import Record from "./activeRecord"
@@ -128,7 +127,7 @@ import process from "./process.vue"
import axios from "axios";
export default {
- components: { add, info,edit,MemberManagement,process},
+ components: { add, info,MemberManagement,process},
data() {
return {