mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
Pre Merge pull request !254 from 加多宝/N/A
This commit is contained in:
commit
74cca71980
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user