提交 e78cbe40 编写于 作者: haochangdi's avatar haochangdi

增加跳转到黑名单

上级 3cbbc838
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-col :span="20"> <el-col :span="20">
<el-button :type="orgbtn" round class="margin-l" @click="checkTab(1)">可访问本圈的机构({{orgTotal}})</el-button> <el-button :type="orgbtn" round class="margin-l" @click="checkTab(1)">可访问本圈的机构({{orgTotal}})</el-button>
<el-button :type="plebtn" round class="margin-l" @click="checkTab(2)">可访问本圈的人员({{pleTotal}})</el-button> <el-button :type="plebtn" round class="margin-l" @click="checkTab(2)">可访问本圈的人员({{pleTotal}})</el-button>
<span class="text inlin">黑名单</span> <span class="text inlin" @click="goBalck">黑名单</span>
</el-col> </el-col>
<el-col :span="4" class="mm-r"> <el-col :span="4" class="mm-r">
<span class="text" @click="goManger">设置管理员</span> <span class="text" @click="goManger">设置管理员</span>
...@@ -12,13 +12,13 @@ ...@@ -12,13 +12,13 @@
</el-row> </el-row>
<div class="member-main"> <div class="member-main">
<org <org
v-show="tab == 1" v-if="tab == 1"
:circleId='circleId' :circleId='circleId'
:roleType='roleType' :roleType='roleType'
@setOrgTotal="setOrgTotal" @setOrgTotal="setOrgTotal"
></org> ></org>
<renyaun <renyaun
v-show="tab == 2" v-if="tab == 2"
:circleId='circleId' :circleId='circleId'
:roleType='roleType' :roleType='roleType'
@setPleTotal="setPleTotal" @setPleTotal="setPleTotal"
...@@ -81,7 +81,10 @@ export default { ...@@ -81,7 +81,10 @@ export default {
this.pleTotal = n this.pleTotal = n
}, },
goManger() { goManger() {
this.$router.push(`/admin-manage?circleId=${this.circleId}&circleName=${this.circleName}`) this.$router.push(`/admin-manage?circleId=${this.circleId}`)
},
goBalck() {
this.$router.push(`/blacklist-manage?circleId=${this.circleId}`)
} }
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册