Pre Merge pull request !254 from 加多宝/N/A

This commit is contained in:
加多宝 2025-12-23 01:35:07 +00:00 committed by Gitee
commit 74cca71980
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -88,7 +88,7 @@ const handleArray = (array: Array<string | number>) => {
};
const isValueMatch = (itemValue: any) => {
return this.values.some(val => val == itemValue)
return values.value.some(val => val == itemValue)
}
</script>