Pārlūkot izejas kodu

孢子仪loading时间筛选也加上

yf_zd 5 gadi atpakaļ
vecāks
revīzija
a4d9f109bc
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      bigdata2/src/pages/forecasting/bzy/DataDetail.vue

+ 3 - 0
bigdata2/src/pages/forecasting/bzy/DataDetail.vue

@@ -367,6 +367,9 @@ export default {
 			})
 		},
 		dateChange(data) {
+			this.option1 = {}
+			this.option2 = {}
+			this.loading = true;
 			this.queryInfo.page = 1
 			this.queryInfo.begin = new Date(data.begin*1000).toLocaleDateString().replace(/\//g,'-'); 
 			this.queryInfo.end = new Date(data.end*1000).toLocaleDateString().replace(/\//g,'-');