Explorar o código

事件类型模版

majunqi %!s(int64=2) %!d(string=hai) anos
pai
achega
52e6247946
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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() {