update 优化 字典组件值宽松匹配values的问题
Signed-off-by: 加多宝 <945324621@qq.com>
This commit is contained in:
parent
56bb05d547
commit
3008a8d7b0
|
|
@ -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