Signed-off-by: 加多宝 <945324621@qq.com>
@@ -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>