src/app/routes/enterprise-management/enterprise-data/enterprise-data.component.ts
@@ -206,7 +206,6 @@ // 监测项目 tree click 事件 this.treeClickStream.debounceTime(1).subscribe( event => { const data = event.node.data; // console.log(data); if (data.id === -1) { const children = data.children; // 全选状态 @@ -582,7 +581,6 @@ this.reloadChartTitle(); // 清空数据 this.grid.data = []; console.log(lineChartCriteria); this.http.post('/report/line-chart', lineChartCriteria).subscribe( (res: ResultBean<{[key: string]: Array<Array<number>>}>) => { if (res.code === 1) {