Explorar o código

季节图日期数据筛选bug

jwyu %!s(int64=3) %!d(string=hai) anos
pai
achega
8846751bf5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/hzyb/chart/Detail.vue

+ 2 - 0
src/views/hzyb/chart/Detail.vue

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