浏览代码

合并冲突

jwyu 2 年之前
父节点
当前提交
e0985edb42
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      src/views/myChart/Detail.vue
  2. 1 0
      src/views/myChart/List.vue
  3. 1 0
      src/views/myChart/Search.vue

+ 1 - 0
src/views/myChart/Detail.vue

@@ -12,6 +12,7 @@ function init(){
     const queryObj={
         ChartInfoId:route.query.chartInfoId,
         chartSource: route.query.chartSource,
+        chartCode:route.query.chartCode,
         source:'ybxcx_my_chart',
         token:localStorage.getItem('token'),
         timestamp:new Date().getTime(),//防止缓存

+ 1 - 0
src/views/myChart/List.vue

@@ -66,6 +66,7 @@ function goDetail(item){
         query:{
             chartInfoId:item.chart_info_id,
             chartSource: item.chart_info_source,
+            chartCode:item.unique_code
         }
     })
 }

+ 1 - 0
src/views/myChart/Search.vue

@@ -60,6 +60,7 @@ function goDetail(item){
         query:{
             chartInfoId:item.chart_info_id,
             chartSource: item.chart_info_source,
+            chartCode:item.unique_code
         }
     })
 }