From a3b44d9337a82ce5b1b727f9b16c4c858ebd761f Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 6 Apr 2022 10:41:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20scope=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BA=8B=E4=BB=B6=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/alert/alertMessageInfoTimeLine.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue index af299a9bc..93fc7c683 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue @@ -45,7 +45,7 @@
{{$t('overall.noMoreData')}}
- {{$t('overall.loadMore')}}} + {{$t('overall.loadMore')}}
@@ -221,7 +221,7 @@ export default { item.isSelect = false }) scope.isSelect = !scope.isSelect - } else if (isSelectArr.length === 1 && isSelectArr[0].type === scope.type) { + } else if (isSelectArr.length === 1 && isSelectArr[0].key === scope.key) { this.scopeList.forEach(item => { item.isSelect = true })