sh-tools 2.1.2 → 2.1.3

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": "sh-tools",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "基于xe-ajax和xe-utils二次封装",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -230,7 +230,7 @@ export default {
230
230
  }
231
231
  rvalue = oriArray
232
232
  } else {
233
- let valueOption = options.find(option => $vUtils.isEqual(option[optionValue], orv))
233
+ let valueOption = options.find(option => $vUtils.isEqual(option[optionValue], value))
234
234
  rtext = valueOption ? valueOption[optionLabel] : ''
235
235
  rvalue = type === '$vTree' ? (value ? [value] : []) : value
236
236
  }