瀏覽代碼

update dicttag

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>