Parcourir la source

孢子仪loading时间筛选也加上

yf_zd il y a 5 ans
Parent
commit
a4d9f109bc
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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,'-');