@newview/permission-service 1.2.52 → 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,3 +1,6 @@
1
+ ### 版本 1.2.53
2
+ 1、再次添加角色默认选中
3
+
1
4
 
2
5
  ### 版本 1.2.52
3
6
  1、添加角色默认选中
@@ -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