diff options
| author | likexuan <[email protected]> | 2022-08-17 11:46:52 +0800 |
|---|---|---|
| committer | likexuan <[email protected]> | 2022-08-17 11:46:52 +0800 |
| commit | 4419b1b8f09bedd7588946e365f0fe18a2d2d3e0 (patch) | |
| tree | 9a80efb04994a501e96f7653a2d0145be6962824 | |
| parent | 946cd11249a8e8d5ee877030ad20b5471a04518e (diff) | |
NEZ-2135 fix : 用户详情视图下 鼠标悬浮不能显示详情rel-22.07.06
| -rw-r--r-- | nezha-fronted/src/components/common/mixin/alertLabelMixin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nezha-fronted/src/components/common/mixin/alertLabelMixin.js b/nezha-fronted/src/components/common/mixin/alertLabelMixin.js index c9cae186c..49733029e 100644 --- a/nezha-fronted/src/components/common/mixin/alertLabelMixin.js +++ b/nezha-fronted/src/components/common/mixin/alertLabelMixin.js @@ -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 |
