@tddc/assign-modal 1.2.4 → 1.2.5

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.
@@ -415,7 +415,7 @@ var AssignModal = function AssignModal(props) {
415
415
  checkedKeys: allOrgChecked ? ['all'] : checkedKeys,
416
416
  appCheckAll: allAppChecked,
417
417
  orgCheckAll: allOrgChecked,
418
- userKeys: userKeys,
418
+ userKeys: newUserKeys,
419
419
  userCheckAll: allUserChecked,
420
420
  checkData: {
421
421
  apps: appKeys,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tddc/assign-modal",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Layout",
5
5
  "author": "zj <jun.zhang002383@tongdun.net>",
6
6
  "license": "ISC",