Commit 67e565ae by 周志凯

change startTiming and endTiming

1 parent 90e84082
...@@ -1161,6 +1161,7 @@ ...@@ -1161,6 +1161,7 @@
this.footerText = val === 'compare' ? '数据对比' : this.dateLevelList.find(item => item.label === val).name this.footerText = val === 'compare' ? '数据对比' : this.dateLevelList.find(item => item.label === val).name
this.socket && this.socket.close() this.socket && this.socket.close()
this.results.length && (this.results = []) this.results.length && (this.results = [])
this.startTiming = this.endTiming = 0
this.query.type = typeof typeHandler[val] === 'undefined' this.query.type = typeof typeHandler[val] === 'undefined'
? null ? null
: typeHandler[val] : typeHandler[val]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!