@zhubangyun/lowcode-core 5.6.211 → 5.6.212
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.
|
@@ -122,8 +122,9 @@ var FormRender = /*#__PURE__*/function (_Component) {
|
|
|
122
122
|
return true;
|
|
123
123
|
});
|
|
124
124
|
}
|
|
125
|
+
console.log("fdmSchema", fdmSchema);
|
|
125
126
|
return /*#__PURE__*/React.createElement(ReactRender, _extends({
|
|
126
|
-
schema:
|
|
127
|
+
schema: fdmSchema,
|
|
127
128
|
components: window._components || window.components || window.__components
|
|
128
129
|
}, restProps));
|
|
129
130
|
}));
|
|
@@ -129,8 +129,9 @@ var FormRender = /*#__PURE__*/function (_Component) {
|
|
|
129
129
|
return true;
|
|
130
130
|
});
|
|
131
131
|
}
|
|
132
|
+
console.log("fdmSchema", fdmSchema);
|
|
132
133
|
return /*#__PURE__*/_react["default"].createElement(_reactRender.ReactRender, (0, _extends2["default"])({
|
|
133
|
-
schema:
|
|
134
|
+
schema: fdmSchema,
|
|
134
135
|
components: window._components || window.components || window.__components
|
|
135
136
|
}, restProps));
|
|
136
137
|
}));
|