Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
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
chenjunxiong
jeecg-boot
Commits
2fa1c7c1
Unverified
Commit
2fa1c7c1
authored
Dec 15, 2020
by
Junvary
Committed by
GitHub
Dec 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 菜单管理-编辑-默认跳转地址 不显示内容的bug
菜单管理-编辑-默认跳转地址 如果填写了内容并保存,再次编辑时,不会显示这些内容,实际上是有的。
parent
b6a30850
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ant-design-vue-jeecg/src/views/system/modules/PermissionModal.vue
+2
-3
No files found.
ant-design-vue-jeecg/src/views/system/modules/PermissionModal.vue
View file @
2fa1c7c1
...
...
@@ -294,7 +294,7 @@
this
.
visible
=
true
;
this
.
loadTree
();
let
fieldsVal
=
pick
(
this
.
model
,
'name'
,
'perms'
,
'permsType'
,
'component'
,
'url'
,
'sortNo'
,
'menuType'
,
'status'
);
let
fieldsVal
=
pick
(
this
.
model
,
'name'
,
'perms'
,
'permsType'
,
'component'
,
'
redirect'
,
'
url'
,
'sortNo'
,
'menuType'
,
'status'
);
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
fieldsVal
)
});
...
...
@@ -427,4 +427,4 @@
<
style
scoped
>
</
style
>
\ No newline at end of file
</
style
>
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