@zgfe/modules-dm 1.0.57-zhongyuan.31 → 1.0.57-zhongyuan.32
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.
|
@@ -610,13 +610,11 @@ var TypeComponent = function TypeComponent(_ref2) {
|
|
|
610
610
|
});
|
|
611
611
|
break;
|
|
612
612
|
case 6:
|
|
613
|
-
Component = /*#__PURE__*/React.createElement(Select
|
|
614
|
-
|
|
615
|
-
, {
|
|
616
|
-
// defaultValue={Number(optionsValue.filter((r) => r.ruleType == type)[0].content)}
|
|
617
|
-
value: optionsValue.filter(function (r) {
|
|
613
|
+
Component = /*#__PURE__*/React.createElement(Select, {
|
|
614
|
+
defaultValue: Number(optionsValue.filter(function (r) {
|
|
618
615
|
return r.ruleType == type;
|
|
619
|
-
})[0].content,
|
|
616
|
+
})[0].content),
|
|
617
|
+
// value={optionsValue.filter((r) => r.ruleType == type)[0].content}
|
|
620
618
|
placeholder: "\u9009\u62E9\u5B57\u5178\u89C4\u5219",
|
|
621
619
|
options: dictList,
|
|
622
620
|
onChange: function onChange(value) {
|