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 c8e9f6a1
authored
2018-01-30 18:40:28 +0800
by
ethanlamzs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加刷新功能
1 parent
a6d0cf7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
src/routes/devutil/schoolmgr.js
src/routes/devutil/schoolmgr.js
View file @
c8e9f6a
...
...
@@ -179,7 +179,14 @@ export default class schoolmgr extends Component{
//end 联系人删除操作
}
else
if
(
action
==
2
){
//触发操作事件
dispatch
({
type
:
'linkman/sysOperation'
,
payload
:{
schoolCode
:
schoolCode
,
CMD
:
'force_update'
,
content
:
""
},
});
}
}
...
...
@@ -297,7 +304,7 @@ export default class schoolmgr extends Component{
<
div
>
<
Button
style
=
{{
marginLeft
:
8
}}
onClick
=
{()
=>
this
.
specopation
(
1
)}
>
删除联系人
<
/Button
>
<
Button
style
=
{{
marginLeft
:
8
}}
onClick
=
{()
=>
this
.
specopation
(
2
)}
>
头像强刷
<
/Button
>
<
Button
style
=
{{
marginLeft
:
8
}}
onClick
=
{()
=>
this
.
specopation
(
3
)}
>
通讯录强刷
<
/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