Browse Source

update dicttag

master
RuoYi 2 months ago
parent
commit
eee7482e04
  1. 2
      src/components/DictTag/index.vue

2
src/components/DictTag/index.vue

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

Loading…
Cancel
Save