diff --git a/src/views/modules/partymember/group.vue b/src/views/modules/partymember/group.vue deleted file mode 100644 index 29fa715ba..000000000 --- a/src/views/modules/partymember/group.vue +++ /dev/null @@ -1,204 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/modules/partymember/icpartyorgtree.vue b/src/views/modules/partymember/icpartyorgtree.vue index 35100bf5a..f5a8165c4 100644 --- a/src/views/modules/partymember/icpartyorgtree.vue +++ b/src/views/modules/partymember/icpartyorgtree.vue @@ -16,6 +16,8 @@ + + @@ -88,7 +103,6 @@ import TableTreeColumn from '@/components/table-tree-column' import lookMember from './lookMember' import leader from './leader' - import group from './group' import { mapGetters } from 'vuex' @@ -139,16 +153,14 @@ addOrUpdateVisible: false, lookMemberShow: false, memberTitle: '查看党员', - principalDialogTitle: '负责人', - groupShow: false, + principalDialogTitle: '负责人' } }, components: { AddOrUpdate, TableTreeColumn, lookMember, - leader, - group + leader }, computed: { ...mapGetters(['clientHeight', 'iframeHeight']), @@ -189,37 +201,8 @@ // this.pageLoading = true }, methods: { - group(agencyId, id) { - console.log(agencyId, id) - this.groupShow = true - this.$nextTick(() => { - this.$refs.ref_group.initForm(agencyId, id) - }) - // this.$nextTick(() => { - // this.$refs['refPrincipalRules'].resetFields(); - // }) - // this.editPrincipalData.partyOrgId = row.id - // this.editPrincipalData.principal = row.principal - // this.editPrincipalData.principalMobile = row.principalMobile - // let title = row.partyOrgType == '0' ? '省委书记' : row.partyOrgType == '1' ? '市委书记' : row.partyOrgType == '2' ? - // '区委书记' : row.partyOrgType == '3' ? '党工委书记' : row.partyOrgType == '4' ? '党委书记' : row.partyOrgType == - // '5' ? '支部书记' : row.partyOrgType == '6' ? '党小组' : '负责人' - // this.principalDialogTitle = title - // console.log(row); - // this.$http.post('/data/aggregator/org/staff-select-list/' + row.agencyId, { - // 'params': {} - // }).then(({ - // data: res - // }) => { - // if (res.code !== 0) { - // return this.$message.error(res.internalMsg ? res.internalMsg : res.msg ? res.msg : '查询失败') - // } else { - // this.staffs = res.data - // } - // }).catch(() => {}) - }, principal(agencyId, id, row) { - console.log(agencyId, id) + console.log(agencyId,id) this.principalShow = true this.$nextTick(() => { this.$refs.ref_leader.initForm(agencyId, id) @@ -277,9 +260,6 @@ this.principalShow = false this.resetEditPrincipalData() }, - groupClose() { - this.groupShow = false - }, resetEditPrincipalData() { this.editPrincipalData = { principal: '', @@ -370,9 +350,6 @@ }, leaderCancle() { this.principalShow = false - }, - groupCancle() { - this.groupShow = false } } }