ns-base-module 1.1.82 → 1.1.83

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.
@@ -239,7 +239,7 @@ var Filter = function Filter(props) {
239
239
  if (dictItems && dictItems.length) {
240
240
  // 找枚举的value
241
241
  if (value) {
242
- var _values = [];
242
+ var _values = [value];
243
243
  dictItems === null || dictItems === void 0 || dictItems.forEach(function (item) {
244
244
  if (item.label.includes(value)) {
245
245
  _values.push(item.value);