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
22b5a11d
Commit
22b5a11d
authored
Feb 28, 2018
by
李家智
Browse files
user bug fix
parent
30e90259
Changes
3
Show whitespace changes
Inline
Side-by-side
admin-console/src/main/resources/templates/admin/user/add.html
View file @
22b5a11d
...
...
@@ -48,7 +48,7 @@
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
职务类型
</label>
<layui:simpleDictSelect
style=
'layui-input-inline'
type=
"job_type"
id=
"jobType0"
name=
"jobType0"
value=
""
group=
"job"
/>
id=
"jobType0"
name=
"jobType0"
value=
""
group=
"job
_type
"
/>
</div>
</div>
</div>
...
...
@@ -57,7 +57,7 @@
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
职务类型明细
</label>
<layui:simpleDictSelect
style=
'layui-input-inline'
type=
""
id=
"jobType1"
name=
"jobType1"
value=
""
group=
"job"
/>
id=
"jobType1"
name=
"jobType1"
value=
""
group=
"job
_type
"
/>
</div>
</div>
...
...
admin-console/src/main/resources/templates/admin/user/edit.html
View file @
22b5a11d
...
...
@@ -48,7 +48,7 @@
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
职务类型
</label>
<layui:simpleDictSelect
style=
'layui-input-inline'
type=
"job_type"
id=
"jobType0"
name=
"jobType0"
value=
"${user.jobType0}"
group=
"job"
/>
id=
"jobType0"
name=
"jobType0"
value=
"${user.jobType0}"
group=
"job
_type
"
/>
</div>
</div>
</div>
...
...
@@ -57,7 +57,7 @@
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
职务类型明细
</label>
<layui:simpleDictSelect
style=
'layui-input-inline'
type=
""
id=
"jobType1"
name=
"jobType1"
value=
"${user.jobType1}"
group=
"job"
/>
id=
"jobType1"
name=
"jobType1"
value=
"${user.jobType1}"
group=
"job
_type
"
/>
</div>
</div>
...
...
admin-core/src/main/resources/static/js/lib.js
View file @
22b5a11d
...
...
@@ -202,6 +202,7 @@ var Lib = {
}
value
=
data
.
value
;
if
(
value
!=
""
)
{
Common
.
post
(
"
/core/dict/viewChildren.json
"
,
{
"
value
"
:
value
,
"
group
"
:
groupName
...
...
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