Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
src/views/system/loginlog/index.vue
src/views/system/loginlog/index.vue
View file @
b41fcddf
...
@@ -169,9 +169,11 @@ export default {
...
@@ -169,9 +169,11 @@ export default {
type
:
'warning'
type
:
'warning'
}).
then
(
function
()
{
}).
then
(
function
()
{
return
cleanLogininfor
()
return
cleanLogininfor
()
}).
then
(()
=>
{
}).
then
(
response
=>
{
this
.
getList
()
if
(
response
.
code
===
200
)
{
this
.
msgSuccess
(
'清空成功'
)
this
.
getList
()
this
.
msgSuccess
(
'清空成功'
)
}
}).
catch
(
function
()
{})
}).
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