From 3008a8d7b0d31a957782cd2b5448cd75b8287c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E5=A4=9A=E5=AE=9D?= <945324621@qq.com> Date: Sat, 20 Dec 2025 08:35:49 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=BB=84=E4=BB=B6=E5=80=BC=E5=AE=BD=E6=9D=BE=E5=8C=B9?= =?UTF-8?q?=E9=85=8Dvalues=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 加多宝 <945324621@qq.com> --- src/components/DictTag/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue index 0d0d96f..79e6a59 100644 --- a/src/components/DictTag/index.vue +++ b/src/components/DictTag/index.vue @@ -88,7 +88,7 @@ const handleArray = (array: Array) => { }; const isValueMatch = (itemValue: any) => { - return this.values.some(val => val == itemValue) + return values.value.some(val => val == itemValue) } -- Gitee