@@ -132,6 +132,8 @@ let calendarType=ref('公历')//季节图 公历/农历
// 公历/农历切换
const calendarTypeChange=(val)=>{
calendarType.value=val
+ startDate.value=''
+ endDate.value=''
getChartInfo('init')
}