Explorar o código

图表详情接口增加分类id参数

jwyu %!s(int64=3) %!d(string=hai) anos
pai
achega
1c5e840a16
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/hzyb/chart/Detail.vue

+ 2 - 1
src/views/hzyb/chart/Detail.vue

@@ -160,7 +160,8 @@ const getChartInfo=async (type)=>{
         SeasonStartDate:startDate.value&&resData.value.ChartInfo.ChartType===2?startDate.value:'',
         SeasonEndDate:endDate.value&&resData.value.ChartInfo.ChartType===2?endDate.value:'',
         Calendar:calendarType.value,
-        Authorization:route.query.token
+        Authorization:route.query.token,
+        MyChartClassifyId:Number(route.query.MyChartClassifyId)
     })
     loading.value=false
     if(res.code===200){