@witlink/usercenter 1.2.36 → 1.2.37

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": "@witlink/usercenter",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "description": "witlink的用户中心系统各页面集成组件",
5
5
  "main": "./dist/usercenter.umd.js",
6
6
  "module": "./dist/usercenter.es.js",
package/version.md CHANGED
@@ -43,4 +43,6 @@
43
43
  修改表格右侧操作很窄的问题
44
44
  #### 1.2.36
45
45
  修复组织机构上级区域过长显示问题
46
+ #### 1.2.37
47
+ 用户管理隐藏部门字段
46
48