Commit b34143ae authored by 魔主万界DEV's avatar 魔主万界DEV Committed by Gitee
Browse files

update admin-console/src/main/resources/templates/admin/user/edit.html.

修复编辑时上传附件成功后无法关联加载附件的问题
parent 641d668b
......@@ -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" />
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment