408249787 il y a 2 ans
Parent
commit
00c18853de
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/views/opc/modules/BaseChartInfo.vue

+ 3 - 1
src/views/opc/modules/BaseChartInfo.vue

@@ -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
     }
   }