lw-cdp-ui 1.3.52 → 1.3.53

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.
@@ -62,6 +62,7 @@ export default {
62
62
  componentMap: {
63
63
  input: 'el-input',
64
64
  checkbox: 'el-checkbox',
65
+ treeSelect: 'el-tree-select',
65
66
  checkboxGroup: 'el-checkbox-group',
66
67
  switch: 'el-switch',
67
68
  select: 'el-select',
@@ -120,7 +121,7 @@ export default {
120
121
  case 'treeSelect':
121
122
  props.data = item?.options?.items || []
122
123
  break
123
- case 'treeSelect':
124
+ case 'cascader':
124
125
  props.options = item?.options?.items || []
125
126
  break
126
127
  }