任务饼图

This commit is contained in:
hekaiyu 2025-03-08 23:10:56 +08:00
parent e4225b7433
commit 3fb9693bb2

View File

@ -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);
}