mooho-base-admin-plus 0.4.50 → 0.4.52

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.
@@ -30401,6 +30401,7 @@ const _sfc_main$J = {
30401
30401
  }
30402
30402
  setTimeout(() => {
30403
30403
  this.chart = this.$echarts.init(document.getElementById(this.uid));
30404
+ this.$emit("on-ready", view);
30404
30405
  if (typeof callback === "function") {
30405
30406
  callback(view);
30406
30407
  } else {
@@ -30450,7 +30451,9 @@ const _sfc_main$J = {
30450
30451
  }
30451
30452
  }
30452
30453
  setTimeout(() => {
30453
- this.loadChart();
30454
+ if (this.data) {
30455
+ this.loadChart();
30456
+ }
30454
30457
  });
30455
30458
  },
30456
30459
  async loadChart(data2) {