@byteluck-fe/model-driven-engine 1.7.6-bete.5 → 1.7.6-bete.6

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.
@@ -368,9 +368,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
368
368
  /**
369
369
  * 用于存储运行态无需proxy的数据
370
370
  * from v1.7.6-beta
371
- */ _this.rawStore = {
372
- UPDATE_IDS: {}
373
- };
371
+ */ _this.rawStore = {};
374
372
  _this.createControlInstance = _this.createInstance;
375
373
  _this.$options = Object.freeze(props);
376
374
  var _this_$options = _this.$options, _this_$options_autoMount = _this_$options.autoMount, autoMount = _this_$options_autoMount === void 0 ? true : _this_$options_autoMount, schema = _this_$options.schema, beforeCreateInstance = _this_$options.beforeCreateInstance, externalParams = _this_$options.externalParams, _this_$options_language = _this_$options.// fieldModel,