结果录入 时 不传分数
This commit is contained in:
parent
afcfdc55be
commit
f989e98d8b
@ -449,8 +449,8 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
let rqPara = this.tableInfo.result ? Object.assign({}, this.obj) : Object.assign({}, this.obj, this.score)
|
||||||
let res1 = await apiSaveDetail(Object.assign({}, this.obj, this.score))
|
let res1 = await apiSaveDetail(rqPara)
|
||||||
if (res1.code !== 200) {
|
if (res1.code !== 200) {
|
||||||
this.$message.error(res1.msg)
|
this.$message.error(res1.msg)
|
||||||
this.loadingTi = false
|
this.loadingTi = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user