Commit b41fcddf by lyl_task Committed by GitHub

Merge pull request #11 from lanyulei/dev

Dev
parents 6b19c939 5761a5c5
Showing with 3 additions and 1 deletions
......@@ -169,9 +169,11 @@ export default {
type: 'warning'
}).then(function() {
return cleanLogininfor()
}).then(() => {
}).then(response => {
if (response.code === 200) {
this.getList()
this.msgSuccess('清空成功')
}
}).catch(function() {})
},
/** 导出按钮操作 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment