Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
41ec6a93
Commit
41ec6a93
authored
Jul 15, 2020
by
YuleiLan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除数据权限校验。
parent
fa64e1ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
src/views/system/role/index.vue
+0
-17
No files found.
src/views/system/role/index.vue
View file @
41ec6a93
...
...
@@ -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
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment