mooho-base-admin-plus 0.4.51 → 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.
@@ -30451,7 +30451,9 @@ const _sfc_main$J = {
30451
30451
  }
30452
30452
  }
30453
30453
  setTimeout(() => {
30454
- this.loadChart();
30454
+ if (this.data) {
30455
+ this.loadChart();
30456
+ }
30455
30457
  });
30456
30458
  },
30457
30459
  async loadChart(data2) {