408249787 пре 2 година
родитељ
комит
00c18853de
1 измењених фајлова са 3 додато и 1 уклоњено
  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
     }
   }