【新增】 WPS相关提交
This commit is contained in:

committed by
陆光LG

parent
bd9d131643
commit
ab5035bab3
@@ -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])
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user