Browse Source

我的图库增加上一张下一张功能

jwyu 1 year ago
parent
commit
d75527a0fd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/myChart/List.vue

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

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