|
|
|
@ -76,7 +76,7 @@ export class ReviewFilesComponent implements OnInit {
|
|
|
|
|
await new Promise((resolve,reject)=>{ |
|
|
|
|
this.http.get(`/api/ExaminationPlans`,{params:params}).subscribe(data => { |
|
|
|
|
item.planList = data |
|
|
|
|
item.planList.forEach(element => { this.paperType == 1? item.planScore = item.planScore + element.paperPlanInfo.score : item.planScore = item.planScore + element.score }); |
|
|
|
|
item.planList.forEach(element => { item.planScore = item.planScore + element.paperPlanInfo.score }); |
|
|
|
|
if(type == false){ |
|
|
|
|
const config = new MatSnackBarConfig(); |
|
|
|
|
config.verticalPosition = 'top'; |
|
|
|
|