@zgfe/modules-dm 1.0.57-zhongyuan.35 → 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.
@@ -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.35",
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": "afe7ee0e40f3cc6fa6408c9ff21bf421f7bca908",
60
+ "gitHead": "1da02426fe2a2811b2a33f91b8b727af0c7deb32",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }