mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-12-30 09:52:27 +00:00
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user