imeik-bizui 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,6 +95,13 @@ export default {
95
95
  return this.attrs.permissionIdentifier
96
96
  },
97
97
 
98
+ /**
99
+ * 标签过滤值
100
+ */
101
+ optionFilterValues() {
102
+ return this.attrs.optionFilterValues
103
+ },
104
+
98
105
  /**
99
106
  * 组件属性
100
107
  */
@@ -116,7 +123,8 @@ export default {
116
123
  permissionIdentifier: this.permissionIdentifier,
117
124
  showAllLevels: false,
118
125
  multiple: this.isMultiple,
119
- serverUrl: this.tagValueUrl
126
+ serverUrl: this.tagValueUrl,
127
+ optionFilterValues: this.optionFilterValues
120
128
  }
121
129
  }
122
130
  },