fix bugs
This commit is contained in:
@@ -216,14 +216,10 @@ export default {
|
||||
return
|
||||
}
|
||||
|
||||
// 收集选中的扣分项
|
||||
// 收集选中的扣分项ID
|
||||
const selectedDeductions = this.deductions
|
||||
.filter(item => item.checked)
|
||||
.map(item => ({
|
||||
deductionId: item.deductionId,
|
||||
deductionName: item.deductionName,
|
||||
deductionScore: item.deductionScore
|
||||
}))
|
||||
.map(item => item.deductionId)
|
||||
|
||||
try {
|
||||
uni.showLoading({
|
||||
|
||||
Reference in New Issue
Block a user