feat:添加人工扣分日志

This commit is contained in:
surenjun 2024-09-18 14:27:41 +08:00
parent 842675cdf0
commit e19a2e61ed

View File

@ -152,7 +152,6 @@ export default class Judge {
const performInfo = JSON.parse(info)
this.performInfo = performInfo
this.judgeUI.jl = Math.floor((performInfo.qjjl + performInfo.dcjl) / 100)
//TODO 待优化 跨组件传值不生效
globalThis.laneData = performInfo.lane;
})
@ -1357,7 +1356,7 @@ export default class Judge {
public setJudgeMark = async (itemno, serial, type = 1) => {
const {fileLog} = this
await examJudgeArtificialMark(itemno * 1, serial, type);
console.info(judgeTag, `进入人工扣分-${itemno}-${serial}`)
await fileLog.setExamJudgeData({
method: 'examJudgeArtificialMark',
itemno: itemno * 1,