发展党员

This commit is contained in:
liuye
2022-10-13 17:58:16 +08:00
parent a2207a781f
commit f9f2812344
4 changed files with 75 additions and 324 deletions

View File

@@ -9,13 +9,11 @@ import List from './components/List'
import Add from './components/Add'
import Detail from './components/Detail'
import {mapState} from "vuex";
import NeighbourSetting from "./components/neighbourSetting";
export default {
name: 'AppRecruitPartyMembers',
label: '发展党员',
components: {
NeighbourSetting,
Add,
List,
Detail
@@ -35,8 +33,6 @@ export default {
currentPage() {
if (this.$route.hash == "#add") {
return Add
} else if (this.$route.hash == "#ns") {
return NeighbourSetting
} else if (this.$route.query.id) {
return Detail
} else return List