统计分析优化

This commit is contained in:
hepp
2024-08-05 19:45:20 +08:00
parent 7775f4c3fc
commit 93db68014f
5 changed files with 342 additions and 127 deletions

View File

@@ -158,9 +158,9 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.tableList = [];
this.resetForm("queryForm");
this.handleQuery();
this.tableList = []
this.resetForm("queryForm")
this.handleQuery()
},
// 节点单击事件
handleNodeClick(data) {