Browse Source

季节图日期数据筛选bug

jwyu 3 năm trước cách đây
mục cha
commit
8846751bf5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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')
 }