easy3wui 1.5.55-beta14 → 1.5.55-beta15
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.
|
@@ -878,18 +878,7 @@ var Easy3wEditBigTable = function (_Component) {
|
|
|
878
878
|
)
|
|
879
879
|
);
|
|
880
880
|
})
|
|
881
|
-
) : ''
|
|
882
|
-
visible ? _react2['default'].createElement(Easy3wEditBigTableForm // 批量录入Modal
|
|
883
|
-
, { visible: visible // 是否显示
|
|
884
|
-
, objOtherParameters: (0, _extends3['default'])({}, objToolbarProps, { // 工具栏属性
|
|
885
|
-
columns: columns // 表头
|
|
886
|
-
}) // 其他参数
|
|
887
|
-
, bidPureComponent: function bidPureComponent(that) {
|
|
888
|
-
return _this2.bidPureComponent('Easy3wEditBigTableForm', that);
|
|
889
|
-
} // 绑定组件
|
|
890
|
-
, confirmCallback: this.confirmCallbackBatchEditBigTable,
|
|
891
|
-
hideModal: this.hideModalBatchEditBigTable
|
|
892
|
-
}) : ''
|
|
881
|
+
) : ''
|
|
893
882
|
);
|
|
894
883
|
};
|
|
895
884
|
|