Commit 41ec6a93 by YuleiLan

去除数据权限校验。

parent fa64e1ee
Showing with 0 additions and 17 deletions
......@@ -112,13 +112,6 @@
@click="handleUpdate(scope.row)"
>编辑</el-button>
<el-button
v-permisaction="['system:sysrole:edit']"
size="mini"
type="text"
icon="el-icon-circle-check"
@click="handleDataScope(scope.row)"
>数据权限</el-button>
<el-button
v-permisaction="['system:sysrole:remove']"
size="mini"
type="text"
......@@ -437,16 +430,6 @@ export default {
this.getRoleMenuTreeselect(roleId)
})
},
/** 分配数据权限操作 */
handleDataScope(row) {
this.reset()
getRole(row.roleId).then(response => {
this.form = response.data
this.openDataScope = true
this.title = '分配数据权限'
this.getRoleDeptTreeselect(row.roleId)
})
},
/** 提交按钮 */
submitForm: function() {
this.$refs['form'].validate(valid => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment