个股中心列表对接,涨停分析词云和板块分布图实现

This commit is contained in:
renzhijun
2026-01-29 17:38:50 +08:00
parent 38fc352096
commit 5ffaac8fb2
8 changed files with 810 additions and 128 deletions

View File

@@ -255,7 +255,7 @@
const res = await calendarCombinedData(param);
if (res.success && Array.isArray(res.data)) {
this.calendarApiData = res.data;
console.log('日历数据加载成功', this.calendarApiData);
//console.log('日历数据加载成功', this.calendarApiData);
// 接口数据加载后,重新触发一次当前选中日期的事件,更新数据
if (this.selectDateStr) {
const [year, month, day] = this.selectDateStr.split('-').map(Number);