@zscreate/zhxy-app-component 1.0.218 → 1.0.219

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.
@@ -562,6 +562,7 @@ export default {
562
562
  item.defaultValue :
563
563
  item.options.defaultValue;
564
564
  });
565
+ if(!this.models[model]) this.models[model] = []
565
566
  this.models[model].push(addModelObject);
566
567
  dataTemp.options.isCorrect = false;
567
568
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.218",
3
+ "version": "1.0.219",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",