项目禁用后不影响进行中的考核

dev_2022-03-03
jialong.yu 3 years ago
parent f8ed2ec974
commit 18dc0ba045
  1. 7
      src/components/TestPanel.vue

@ -220,6 +220,12 @@ export default {
e.retResult = '' // (1 0)
curReq.push(e.judgmentId)
})
if (this.projectPermissions) {
this.projectList = [{
projectId: projectId,
projectName: project.projectName
}]
}
this.curReq = curReq // judgmentIditem
this.points = points
this.taskList = points //
@ -256,6 +262,7 @@ export default {
const classId = this.classId
// reportIdclassIdclassId
if (list.find(e => e.assessmentId == assessmentId && e.reportId && e.classId == classId)) {
console.log(33)
done = true
this.isSubmit = true
newmain.$emit('isSubmit', this.isSubmit)

Loading…
Cancel
Save