n20-common-lib 2.6.1 → 2.6.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -271,6 +271,9 @@ export default {
271
271
  const originItem = this.filterList[i]
272
272
  if (originItem.id === item.id) {
273
273
  item.label = originItem.label
274
+ if (item.options && originItem.options) {
275
+ item.options = originItem.options
276
+ }
274
277
  }
275
278
  }
276
279
  return item