@zgfe/modules-dm 1.0.57-zhongyuan.34 → 1.0.57-zhongyuan.36

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.
@@ -475,7 +475,7 @@ var CollectionEventList = function CollectionEventList(props) {
475
475
  }), /*#__PURE__*/React.createElement("span", null, "\u4E8B\u4EF6\u5206\u7EC4\u7BA1\u7406")))
476
476
  }, {
477
477
  key: '3',
478
- disabled: (isDemo || !authority[1722837260]) && !showProdDownload,
478
+ disabled: isDemo || !authority[1722837260] || !showProdDownload,
479
479
  label: (/*#__PURE__*/React.createElement("a", {
480
480
  className: "".concat(classPrefix, "-downItems"),
481
481
  onClick: function onClick() {
@@ -488,7 +488,7 @@ var CollectionEventList = function CollectionEventList(props) {
488
488
  }), " ", /*#__PURE__*/React.createElement("span", null, "\u5BFC\u5165\u4E8B\u4EF6")))
489
489
  }, {
490
490
  key: '4',
491
- disabled: (isDemo || !authority[1722837261]) && !showProdDownload,
491
+ disabled: isDemo || !authority[1722837261] || !showProdDownload,
492
492
  label: (/*#__PURE__*/React.createElement("a", {
493
493
  className: "".concat(classPrefix, "-downItems"),
494
494
  onClick: exportEvent
@@ -190,7 +190,7 @@ var LeftTree = function LeftTree(props) {
190
190
  }), "\u57CB\u70B9\u5730\u56FE")
191
191
  }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
192
192
  placeholder: "\u8BF7\u9009\u62E9\u5730\u56FE",
193
- allowClear: true,
193
+ // allowClear
194
194
  value: currentMap.id,
195
195
  fieldNames: {
196
196
  label: 'mapName',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.57-zhongyuan.34",
3
+ "version": "1.0.57-zhongyuan.36",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "13acec8ea76fa8e9ce7f1b9384ac66e9fa4304ba",
60
+ "gitHead": "1da02426fe2a2811b2a33f91b8b727af0c7deb32",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }