jwyu hace 2 años
padre
commit
3a39a51b93
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/hzyb/chart/component/collectBox.vue

+ 1 - 0
src/views/hzyb/chart/component/collectBox.vue

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