@zgfe/modules-settings 1.2.16-role.2 → 1.2.16-role.4

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.
@@ -446,7 +446,10 @@ var RoleList = function RoleList(props) {
446
446
  systemVersion: appVersionFl ? 0 : 1,
447
447
  authInfoParam: {
448
448
  platform: 0,
449
- data: JSON.stringify(condition)
449
+ data: JSON.stringify({
450
+ color: '#8db3e2',
451
+ json: condition
452
+ })
450
453
  },
451
454
  userIds: value === null || value === void 0 ? void 0 : (_value$userIds = value.userIds) === null || _value$userIds === void 0 ? void 0 : _value$userIds.map(function (item) {
452
455
  return item === null || item === void 0 ? void 0 : item.id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.16-role.2",
3
+ "version": "1.2.16-role.4",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "96c0e472f647b444b8fdeeb9dabb221dcfc31297",
54
+ "gitHead": "93e26ab07dc0059e480ee74ccfb98f1a114269e4",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }