Procházet zdrojové kódy

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

jwyu před 3 roky
rodič
revize
1c5e840a16
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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){