mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 16:28:33 +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) => {
|
const isValueMatch = (itemValue: any) => {
|
||||||
return this.values.some(val => val == itemValue)
|
return values.value.some(val => val == itemValue)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user