Commit c1b69746 by 周志凯

clear variables

1 parent b52edb5d
...@@ -1158,6 +1158,8 @@ ...@@ -1158,6 +1158,8 @@
'rematchPerson': this.rematchPersonType 'rematchPerson': this.rematchPersonType
} }
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.results.length && (this.results = [])
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!