|
|
|
@ -379,7 +379,7 @@ export class ReviewFilesComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
console.log(this.oldData); |
|
|
|
|
|
|
|
|
|
e.isRight = data.isChecked; |
|
|
|
|
this.getPaperGrade(); |
|
|
|
@ -534,8 +534,6 @@ export class editRightWrongComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
ngOnInit(): void { |
|
|
|
|
this.isChecked = JSON.parse(JSON.stringify(this.data.isRight)); |
|
|
|
|
console.log(this.data,88888); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
isChecked: boolean; //是否正确
|
|
|
|
|