This commit is contained in:
wangyidong
2023-08-30 16:19:56 +08:00
parent 75f80be864
commit 7c812d27a2
+1 -1
View File
@@ -172,7 +172,7 @@ function setStatistics()
const story = element.getRowInfo(id).data;
checkedEstimate += story.estimateNum;
checkedEstimate += parseInt(story.estimateNum);
if(story.caseCountNum > 0) checkedCase += 1;
if(story.isParent) rateCount -= 1;