Code/WMS/WIDESEA_WMSClient/src/views/Home.vue
@@ -104,6 +104,7 @@ async loadOverview() { try { const res = await this.http.get("/api/Dashboard/Overview"); console.log("总览数据", res.Data); if (res.Status && res.Data) { this.overviewData = res.Data; this.updateTodayChart();