浏览代码

事件类型模版

majunqi 2 年之前
父节点
当前提交
52e6247946
共有 1 个文件被更改,包括 1 次插入2 次删除
  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() {