【新增】 WPS相关提交

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-23 14:24:37 +08:00
committed by 陆光LG
parent bd9d131643
commit ab5035bab3
6 changed files with 166 additions and 187 deletions

View File

@@ -519,6 +519,7 @@ const submitWordPoints = async () => {
unit: '',
isExam: ''
}
let index = 0
wordPointsInfosList = []
for (let i = 0; i < res.length; i++) {
var indexFlag = false
@@ -529,6 +530,8 @@ const submitWordPoints = async () => {
}
}
if (!indexFlag) {
index += 1;
res[i].sort = index;
list.value.push(res[i])
}
}