From a845d4f237f0c2bed5b4163ce3bcc3128043bf0c Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 2 Dec 2021 10:17:05 +0800 Subject: [PATCH] fix: types --- src/layout/components/tag/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/components/tag/index.vue b/src/layout/components/tag/index.vue index 5e0888c36..662a74c49 100644 --- a/src/layout/components/tag/index.vue +++ b/src/layout/components/tag/index.vue @@ -251,6 +251,7 @@ function deleteDynamicTag(obj: any, current: any, tag?: string) { obj ]); } else { + // @ts-ignore delAliveRouteList = useMultiTagsStoreHook().handleTags("splice", "", { startIndex, length