mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 优化登录复核页面卡顿不显示问题
This commit is contained in:
@@ -76,7 +76,9 @@ export default {
|
||||
this.formatterData = res
|
||||
})
|
||||
} else {
|
||||
this.formatterData = data
|
||||
if (data instanceof Object && data.hasOwnProperty('componentOptions')) {
|
||||
this.formatterData = h(data.componentOptions.tag, data.componentOptions.children)
|
||||
}
|
||||
}
|
||||
return (
|
||||
<span>{this.formatterData}</span>
|
||||
|
||||
Reference in New Issue
Block a user