@@ -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() {