zhytech-ui 1.1.21 → 1.1.22

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/README.md CHANGED
@@ -71,6 +71,12 @@ setTheme("dark");
71
71
 
72
72
  > #### 版本更新清单:
73
73
 
74
+ **V 1.1.21**
75
+ ```html
76
+ 1.修复zhy-dynamic-designer组件在查看模式下,人员、岗位组件显示不正确
77
+ 2.优化代码
78
+ ```
79
+
74
80
  **V 1.1.21**
75
81
  ```html
76
82
  1.调整zhy-dynamic-filter组件的items参数支持unit(单位)属性
@@ -56,11 +56,11 @@ export declare function useUtils(): {
56
56
  * @param selectVale 级联选择器选择的值
57
57
  * @param options 级联选择器的所有数据
58
58
  * @param valueName 级联选择器的数据类型value名字
59
- * @param chilName 级联选择器的数据类型children名字
59
+ * @param childName 级联选择器的数据类型children名字
60
60
  * @param multipleFlag 是否是多选
61
61
  * @returns
62
62
  */
63
- getCascaderFullValue<V, L>(selectVale: V | V[], options: L[], valueName: string, chilName: string, multipleFlag?: boolean): (L | V[] | L[] | V[][])[];
63
+ getCascaderFullValue<V, L>(selectVale: V | V[], options: L[], valueName: string, childName: string, multipleFlag?: boolean): (L | V[] | L[] | V[][])[];
64
64
  /**
65
65
  * 存储/读取localStorage数据
66
66
  * name: localStorage的key