From 3fb9693bb24d501ace0f82d73e4da1f0d13dd7b1 Mon Sep 17 00:00:00 2001 From: hekaiyu <13673834656@163.com> Date: Sat, 8 Mar 2025 23:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E9=A5=BC=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/statistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }