This commit is contained in:
wangyidong
2024-01-29 13:23:31 +08:00
parent b45666ebd9
commit 69a50fef3c
+1 -1
View File
@@ -57,7 +57,7 @@ window.setStoryStatistics = function(element, checkedIDList)
{
const story = row.data;
const cases = storyCases[row.id];
checkedEstimate += story.estimate;
checkedEstimate += parseFloat(story.estimate);
if(cases > 0)
{