mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 00:03:42 +08:00
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) => {
|
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