Browse Source

事件类型模版

majunqi 2 years ago
parent
commit
52e6247946
1 changed files with 1 additions and 2 deletions
  1. 1 2
      event-ui/src/views/event/eventtypemonitor/index.vue

+ 1 - 2
event-ui/src/views/event/eventtypemonitor/index.vue

@@ -167,7 +167,6 @@
         this.queryParams.templateType = this.templateType;
         listMonitor(this.queryParams).then(response => {
           this.monitorList = this.handleTree(response.rows, "id", "parentId");
-           console.log(this.monitorList);
           this.loading = false;
         });
       },
@@ -196,7 +195,7 @@
         this.getList();
       },
       handleClick(){
-
+        this.handleQuery()
       },
       /** 重置按钮操作 */
       resetQuery() {