Explorar o código

update dicttag

RuoYi hai 5 meses
pai
achega
eee7482e04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/DictTag/index.vue

+ 1 - 1
src/components/DictTag/index.vue

@@ -76,7 +76,7 @@ function handleArray(array) {
 }
 
 function isValueMatch(itemValue) {
-  return this.values.some(val => val == itemValue)
+  return values.value.some(val => val == itemValue)
 }
 </script>