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