@hzab/list-render 1.10.6 → 1.10.7

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # @hzab/list-render@1.10.7
2
+
3
+ fix: 去除 调试 log
4
+
1
5
  # @hzab/list-render@1.10.6
2
6
 
3
7
  fix: table render getVal 增加 getOptItByVal 支持通过 fieldNames 配置 下拉数据格式
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/list-render",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "description": "",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -24,8 +24,6 @@ const dateFormatEnum = {
24
24
  * @returns
25
25
  */
26
26
  export function getVal(field = {}, data = {}, opt = {}) {
27
- console.log("field", field);
28
-
29
27
  const {} = opt;
30
28
  let val = _.get(data, field.name);
31
29
  const {} = field || {};