jwyu 10 月之前
父节点
当前提交
54e6b22011
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)