RuoYi пре 5 месеци
родитељ
комит
eee7482e04
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {
 function isValueMatch(itemValue) {
-  return this.values.some(val => val == itemValue)
+  return values.value.some(val => val == itemValue)
 }
 }
 </script>
 </script>