Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
b41fcddf
Unverified
Commit
b41fcddf
authored
Aug 28, 2020
by
lyl_task
Committed by
GitHub
Aug 28, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11 from lanyulei/dev
Dev
parents
6b19c939
5761a5c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/views/system/loginlog/index.vue
+5
-3
No files found.
src/views/system/loginlog/index.vue
View file @
b41fcddf
...
...
@@ -169,9 +169,11 @@ export default {
type
:
'warning'
}).
then
(
function
()
{
return
cleanLogininfor
()
}).
then
(()
=>
{
this
.
getList
()
this
.
msgSuccess
(
'清空成功'
)
}).
then
(
response
=>
{
if
(
response
.
code
===
200
)
{
this
.
getList
()
this
.
msgSuccess
(
'清空成功'
)
}
}).
catch
(
function
()
{})
},
/** 导出按钮操作 */
...
...
Write
Preview
Markdown
is supported
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