Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
b34143ae
Commit
b34143ae
authored
Jul 12, 2020
by
魔主万界DEV
Committed by
Gitee
Jul 12, 2020
Browse files
update admin-console/src/main/resources/templates/admin/user/edit.html.
修复编辑时上传附件成功后无法关联加载附件的问题
parent
641d668b
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-console/src/main/resources/templates/admin/user/edit.html
View file @
b34143ae
...
...
@@ -64,7 +64,7 @@
</div>
<div
class=
"layui-row"
>
<layui:attachment
name=
"attachmentId"
batchFileUUID=
"${user.attachmentId}"
isNew=
"false"
bizId=
"${user.id}"
bizType=
"User"
/>
<layui:attachment
name=
"attachmentId"
batchFileUUID=
"${user.attachmentId
!uuid()
}"
isNew=
"false"
bizId=
"${user.id}"
bizType=
"User"
/>
</div>
<layui:submitButtons
id=
"saveUser"
/>
...
...
Write
Preview
Supports
Markdown
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