This commit is contained in:
qsh
2024-10-29 16:58:44 +08:00
parent e1036fd2c3
commit b8bc124162
3 changed files with 161 additions and 2 deletions

View File

@@ -102,8 +102,6 @@ function totalSort(pre, cur) {
}
function monthSort(pre, cur, idx) {
console.log(idx)
return (
Number(pre.monthClueSignRateReportList[idx].rate) -
Number(cur.monthClueSignRateReportList[idx].rate)