wt-enjoy-link-antd-repack 4.1.71 → 4.1.72

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.
@@ -31,7 +31,7 @@ export var TableActionBarRender = /*#__PURE__*/React.memo(function (props) {
31
31
  var dropMap = new Map();
32
32
  var dropLenMap = new Map();
33
33
  operationOptions.map(function (item) {
34
- if (item.dropName) {
34
+ if (item.dropName && hasAuth(item.auth)) {
35
35
  if (dropLenMap.has(item.dropName)) {
36
36
  var len = dropLenMap.get(item.dropName);
37
37
  dropLenMap.set(item.dropName, len + 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wt-enjoy-link-antd-repack",
3
- "version": "4.1.71",
3
+ "version": "4.1.72",
4
4
  "description": "万通业务组件",
5
5
  "sideEffects": false,
6
6
  "main": "dist/esm/index.js",