个股中心列表对接,涨停分析词云和板块分布图实现
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user