diff --git a/src/views/task/statistics.vue b/src/views/task/statistics.vue index 6b9c61f..1b3bf73 100644 --- a/src/views/task/statistics.vue +++ b/src/views/task/statistics.vue @@ -218,7 +218,7 @@ res.result.typeName.forEach(row => { this.totalNumberCataloguesData.push({ value: parseFloat(res.result.numRowMap[row]), name: row }) }) - this.getcleaningVariance(); + this.gettotalNumberCatalogues(); } else { this.$message.warning(res.message); }