แก้หาร length

This commit is contained in:
setthawutttty 2024-12-26 17:41:25 +07:00
parent 4813b45ae6
commit 29f58ba8aa

View file

@ -162,7 +162,8 @@ function getDevelop() {
0 0
); );
store.devScoreVal = totalSummary / rows.value.length; store.devScoreVal =
data.length !== 0 ? totalSummary / rows.value.length : 0;
}); });
} }