瀏覽代碼

孢子仪loading时间筛选也加上

yf_zd 5 年之前
父節點
當前提交
a4d9f109bc
共有 1 個文件被更改,包括 3 次插入0 次删除
  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,'-');