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 {