Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
ant-admin-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit f466b6dd
authored
2018-01-26 18:57:40 +0800
by
ethanlamzs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
小修改
1 parent
bf61db24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/routes/devutil/schoolmgr.js
src/routes/devutil/schoolmgr.js
View file @
f466b6d
...
...
@@ -112,8 +112,7 @@ export default class schoolmgr extends Component{
const
{
linkman
:{
linkmanMap
}}
=
this
.
props
;
if
(
linkmanMap
[
'g_'
+
groupid
]){
return
linkmanMap
[
'g_'
+
groupid
].
map
((
item
)
=>
{
return
(
<
TreeNode
isLeaf
title
=
{
item
.
name
}
key
=
{
item
.
id
}
dataRef
=
{
item
}
>
<
/TreeNode>
)
;
return
(
<
TreeNode
isLeaf
title
=
{
item
.
name
}
key
=
{
item
.
id
}
dataRef
=
{
item
}
/>
)
;
});
}
else
...
...
@@ -247,7 +246,7 @@ export default class schoolmgr extends Component{
contentHeight
=
{
46
}
>
<
div
>
<
Button
style
=
{{
marginLeft
:
8
}}
onClick
=
{
this
.
removelkman
}
>
删除联系人
<
/Button
>
<
Button
style
=
{{
marginLeft
:
8
}}
onClick
=
{()
=>
this
.
specopation
(
1
)}
>
头像强刷
<
/Button
>
<
Button
style
=
{{
marginLeft
:
8
}}
onClick
=
{()
=>
this
.
specopation
(
1
)}
>
头像强刷
<
/Button
>
<
Button
style
=
{{
marginLeft
:
8
}}
onClick
=
{()
=>
this
.
specopation
(
2
)}
>
通讯录强刷
<
/Button
>
<
/div
>
<
/ChartCard
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment