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) {
-  return this.values.some(val => val == itemValue)
+  return values.value.some(val => val == itemValue)
 }
 </script>