update dicttag

This commit is contained in:
RuoYi
2026-01-05 14:26:18 +08:00
parent c6f3d8b455
commit eee7482e04

View File

@@ -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>