@@ -54,6 +54,7 @@ async function collectChart(){
if(res.code===200){
Toast('收藏成功')
isCollect.value=true
+ props.myChartInfo.my_chart_id=res.data
}