mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-01-13 06:04:21 +08: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