结果录入 时 不传分数

This commit is contained in:
zhujida 2020-12-23 15:49:58 +08:00
parent afcfdc55be
commit f989e98d8b

View File

@ -449,8 +449,8 @@ export default {
})
}
}
let res1 = await apiSaveDetail(Object.assign({}, this.obj, this.score))
let rqPara = this.tableInfo.result ? Object.assign({}, this.obj) : Object.assign({}, this.obj, this.score)
let res1 = await apiSaveDetail(rqPara)
if (res1.code !== 200) {
this.$message.error(res1.msg)
this.loadingTi = false