Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
69829827
Commit
69829827
authored
Sep 21, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单&数据权限新增(展开/折叠 全选/全不选 父子联动)
parent
89607fb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
...system/src/main/resources/mapper/system/SysRoleMapper.xml
+2
-2
ruoyi-ui/src/views/system/role/index.vue
ruoyi-ui/src/views/system/role/index.vue
+1
-0
No files found.
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
View file @
69829827
...
@@ -97,8 +97,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -97,8 +97,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"roleKey != null and roleKey != ''"
>
role_key,
</if>
<if
test=
"roleKey != null and roleKey != ''"
>
role_key,
</if>
<if
test=
"roleSort != null and roleSort != ''"
>
role_sort,
</if>
<if
test=
"roleSort != null and roleSort != ''"
>
role_sort,
</if>
<if
test=
"dataScope != null and dataScope != ''"
>
data_scope,
</if>
<if
test=
"dataScope != null and dataScope != ''"
>
data_scope,
</if>
<if
test=
"menuCheckStrictly != null
and menuCheckStrictly != ''
"
>
menu_check_strictly,
</if>
<if
test=
"menuCheckStrictly != null"
>
menu_check_strictly,
</if>
<if
test=
"deptCheckStrictly != null
and deptCheckStrictly != ''
"
>
dept_check_strictly,
</if>
<if
test=
"deptCheckStrictly != null"
>
dept_check_strictly,
</if>
<if
test=
"status != null and status != ''"
>
status,
</if>
<if
test=
"status != null and status != ''"
>
status,
</if>
<if
test=
"remark != null and remark != ''"
>
remark,
</if>
<if
test=
"remark != null and remark != ''"
>
remark,
</if>
<if
test=
"createBy != null and createBy != ''"
>
create_by,
</if>
<if
test=
"createBy != null and createBy != ''"
>
create_by,
</if>
...
...
ruoyi-ui/src/views/system/role/index.vue
View file @
69829827
...
@@ -440,6 +440,7 @@ export default {
...
@@ -440,6 +440,7 @@ export default {
menuIds
:
[],
menuIds
:
[],
deptIds
:
[],
deptIds
:
[],
menuCheckStrictly
:
true
,
menuCheckStrictly
:
true
,
deptCheckStrictly
:
true
,
remark
:
undefined
remark
:
undefined
};
};
this
.
resetForm
(
"
form
"
);
this
.
resetForm
(
"
form
"
);
...
...
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