@luck-design-biz/luckda 1.0.1-8 → 1.0.1-9
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.
|
@@ -88,7 +88,6 @@ var LdFormList = function LdFormList(_ref) {
|
|
|
88
88
|
resources = _ref3.resources,
|
|
89
89
|
rest = _objectWithoutProperties(_ref3, _excluded2);
|
|
90
90
|
var formListRef = useRef(null);
|
|
91
|
-
alert(1234);
|
|
92
91
|
useImperativeHandle(apiRef, function () {
|
|
93
92
|
return _objectSpread(_objectSpread({}, formListRef.current), {}, {
|
|
94
93
|
getCValue: function getCValue() {
|
|
@@ -95,7 +95,6 @@ var LdFormList = function LdFormList(_ref) {
|
|
|
95
95
|
resources = _ref3.resources,
|
|
96
96
|
rest = (0, _objectWithoutProperties2.default)(_ref3, _excluded2);
|
|
97
97
|
var formListRef = (0, _react.useRef)(null);
|
|
98
|
-
alert(1234);
|
|
99
98
|
(0, _react.useImperativeHandle)(apiRef, function () {
|
|
100
99
|
return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, formListRef.current), {}, {
|
|
101
100
|
getCValue: function getCValue() {
|