@newview/permission-service 1.2.51 → 1.2.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.
package/README.md CHANGED
@@ -1,7 +1,10 @@
1
- ### 版本 1.2.49
2
- 1、图签转换
1
+ ### 版本 1.2.53
2
+ 1、再次添加角色默认选中
3
+
4
+
5
+ ### 版本 1.2.52
6
+ 1、添加角色默认选中
3
7
 
4
- 1. 平台及子系统功能优化
5
8
  ### 版本 1.2.48
6
9
  1. 平台及子系统功能优化
7
10
 
@@ -1911,7 +1911,8 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
1911
1911
  isButtonGroup: false
1912
1912
  },
1913
1913
  rowConfig: {
1914
- isHover: true
1914
+ isHover: true,
1915
+ isCurrent: true
1915
1916
  },
1916
1917
  isPagination: true,
1917
1918
  pageSize: 15
@@ -8509,6 +8510,7 @@ class RoleInstance2 extends BaseInstance {
8509
8510
  isButtonGroup: false
8510
8511
  },
8511
8512
  rowConfig: {
8513
+ isCurrent: true,
8512
8514
  isHover: true
8513
8515
  },
8514
8516
  isPagination: true,