mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2026-01-13 04:24:57 +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