Browse Source

opc配置

408249787 2 years ago
parent
commit
00c18853de
1 changed files with 3 additions and 1 deletions
  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
     }
   }