@zgfe/modules-dm 1.0.57-zhongyuan.23 → 1.0.57-zhongyuan.24

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.
@@ -645,9 +645,9 @@ var TypeComponent = function TypeComponent(_ref2) {
645
645
  // defaultValue={Number(optionsValue.filter((r) => r.ruleType == type)[0].content)}
646
646
  , {
647
647
  // defaultValue={Number(optionsValue.filter((r) => r.ruleType == type)[0].content)}
648
- value: Number(optionsValue.filter(function (r) {
648
+ value: optionsValue.filter(function (r) {
649
649
  return r.ruleType == type;
650
- })[0].content),
650
+ })[0].content,
651
651
  placeholder: "\u9009\u62E9\u5B57\u5178\u89C4\u5219",
652
652
  options: dictList,
653
653
  onChange: function onChange(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.57-zhongyuan.23",
3
+ "version": "1.0.57-zhongyuan.24",
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": "f72daf80cae39ac93d76a809fcf24d4ac6a7e2fb",
60
+ "gitHead": "96e95641adf9d505a8b926d420a1c25b985ff06c",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }