|
|
@ -270,9 +270,9 @@ const handleHistorySelect = (stockData) => { |
|
|
|
console.log('接收到历史记录数据:', stockData); |
|
|
|
|
|
|
|
// 如果当前不在AiEmotion页面,切换到AiEmotion页面 |
|
|
|
if (activeTab.value !== 'AiEmotion') { |
|
|
|
setActiveTab('AiEmotion', 1); |
|
|
|
} |
|
|
|
// if (activeTab.value !== 'AiEmotion') { |
|
|
|
// setActiveTab('AiEmotion', 1); |
|
|
|
// } |
|
|
|
|
|
|
|
// 等待组件渲染完成后调用addStock方法 |
|
|
|
nextTick(() => { |
|
|
|