修复个人中心页面的日志刷新问题

This commit is contained in:
dqjdda
2019-11-07 11:12:21 +08:00
parent 683b94c351
commit f82afb0929

View File

@@ -143,7 +143,7 @@ export default {
}, },
refresh() { refresh() {
this.ico = 'el-icon-loading' this.ico = 'el-icon-loading'
this.$refs.log.init() this.init()
setTimeout(() => { setTimeout(() => {
this.ico = 'el-icon-refresh' this.ico = 'el-icon-refresh'
}, 300) }, 300)