mirror of
https://gitcode.com/yangzongzhuan/RuoYi-Vue3.git
synced 2026-05-23 03:18:36 +00:00
update dicttag
This commit is contained in:
@@ -76,7 +76,7 @@ function handleArray(array) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function isValueMatch(itemValue) {
|
function isValueMatch(itemValue) {
|
||||||
return this.values.some(val => val == itemValue)
|
return values.value.some(val => val == itemValue)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user