mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-08 18:36:46 +08:00
fix: 修复数据取址异常
This commit is contained in:
@@ -965,7 +965,7 @@ function handleUpdateScore(id,record = void 0){
|
||||
// console.log(props.columns)
|
||||
tableData.value.loading = true
|
||||
updateScore({pid, studentId}).then(response=>{
|
||||
const {examinationScore} = response.data
|
||||
const {examinationScore} = response.data.data
|
||||
record.examinationScore = examinationScore
|
||||
tableData.value.loading = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user