jwyu 10 mesi fa
parent
commit
54e6b22011
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/etaChart/components/ChartWrap.vue

+ 1 - 1
src/views/etaChart/components/ChartWrap.vue

@@ -74,7 +74,7 @@ async function getChartDetail() {
     tableData.value = res.Data.EdbInfoList || []
     intro.value = res.Data.ChartInfo.Description
     chartInfo.value = res.Data.ChartInfo
-    calendarType.value=res.Data.Calendar
+    calendarType.value=res.Data.ChartInfo.Calendar
     //初始化上下限
     isUseSelfLimit.value = true
     setLimitData(res.Data)