Sfoglia il codice sorgente

孢子仪loading时间筛选也加上

yf_zd 5 anni fa
parent
commit
a4d9f109bc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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,'-');