NEZ-2135 fix : 用户详情视图下 鼠标悬浮不能显示详情

This commit is contained in:
likexuan
2022-08-17 11:46:52 +08:00
parent 946cd11249
commit 4419b1b8f0

View File

@@ -39,7 +39,7 @@ export default {
this.alertLabelObj = item
this.alertLabelType = type
}
this.$set(item[type], 'loading', loading)
this.$set(item, 'loading', loading)
}
this.timer = setTimeout(() => {
this.alertLabelShow = loading