@byteluck-fe/model-driven-engine 2.8.0-alpha.2 → 2.8.0-alpha.5
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.
|
@@ -630,7 +630,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
630
630
|
var index = this.getInstanceRowIndex(instance);
|
|
631
631
|
var options = eventOptionsTemp || {};
|
|
632
632
|
// if (instance instanceof RuntimeListControl) {
|
|
633
|
-
if (instance.controlType === CONTROL_BASE_TYPE.LIST) {
|
|
633
|
+
if (instance.controlType === CONTROL_BASE_TYPE.LIST && instance.type === CONTROL_TYPE.SUBTABLE) {
|
|
634
634
|
var // @ts-ignore
|
|
635
635
|
_instance_children;
|
|
636
636
|
instance.children.length = 0;
|