@byteluck-fe/model-driven-engine 2.1.0-sourcemap.10 → 2.1.0-sourcemap.11

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.
@@ -1132,11 +1132,11 @@ var Engine = /*#__PURE__*/ function(Watcher) {
1132
1132
  * @param header 明细表内是否获取表头的控件
1133
1133
  */ _proto.getInstances = function getInstances(controlId) {
1134
1134
  var header = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
1135
- var cc = console;
1136
- var label = "\uD83D\uDC11 genInstances " + controlId + " " + Date.now();
1137
- cc.time(label);
1135
+ // const cc = console
1136
+ // const label = '🐑 genInstances ' + controlId + ' ' + Date.now()
1137
+ // cc.time(label)
1138
1138
  if (controlId === undefined) {
1139
- cc.timeEnd(label);
1139
+ // cc.timeEnd(label)
1140
1140
  return this.runtime.flatInstances;
1141
1141
  }
1142
1142
  var instances = this.runtime.instanceMap[controlId] || [];
@@ -1176,7 +1176,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
1176
1176
  }
1177
1177
  }
1178
1178
  }
1179
- cc.timeEnd(label);
1179
+ // cc.timeEnd(label)
1180
1180
  return instances;
1181
1181
  };
1182
1182
  _proto.setInstance = function setInstance(instance, props, value, rowIndex) {