@tddc/assign-modal 3.1.1 → 3.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/README.md CHANGED
@@ -1,12 +1,3 @@
1
- ---
2
- title: 机构应用授权
3
- group:
4
- path: /
5
- nav:
6
- title: 组件
7
- path: /components
8
- ---
9
-
10
1
  # AssignModal 授权弹窗组件
11
2
 
12
3
  用于管理机构、应用(渠道)、用户授权的复杂业务组件,支持树形机构选择、多选应用和用户,以及全局授权等功能。
@@ -498,7 +489,3 @@ const dataItem = {
498
489
  // 其他属性...
499
490
  />
500
491
  ```
501
-
502
- ## License
503
-
504
- ISC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tddc/assign-modal",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "assign-modal",
5
5
  "author": "zj <jun.zhang002383@tongdun.net>",
6
6
  "license": "ISC",
@@ -498,7 +498,3 @@ const dataItem = {
498
498
  // 其他属性...
499
499
  />
500
500
  ```
501
-
502
- ## License
503
-
504
- ISC