@@ -172,7 +172,9 @@ export default {
handleCancel (e) {
console.log('Clicked cancel button')
this.chart1 && this.chart1.destroy()
- this.queryParam = {}
+ this.queryParam = {
+ searchType: '1'
+ }
this.visible = false
}