|
@@ -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)
|