File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
frontend/src/components/graduation Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ export default {
384
384
this .selected [key] = [{title: ' fileType' , value: $event}];
385
385
this .apply ();
386
386
} else {
387
+ this .errorWarnSelector = null ;
387
388
delete this .selected [key];
388
389
delete this .selected [' warnings' ];
389
390
this .apply ();
Original file line number Diff line number Diff line change @@ -422,17 +422,11 @@ export default {
422
422
this .getErrorFilesetStudentPaginated ();
423
423
gdcStore ().getValidationFieldCodes ();
424
424
this .schoolID = this .$route .query .schoolID ;
425
- appStore ().getInstitutesData ().then (() => {
426
- this .schoolNameAndMincode = this .getSchoolNameAndID ();
427
- });
425
+ await appStore ().getInstitutesData ();
428
426
this .getFilesetSummary ();
429
427
this .getSummaryOfErrors ();
430
428
},
431
429
methods: {
432
- getSchoolNameAndID (){
433
- let curSchool = this .schoolsMap .get (this .schoolID );
434
- return curSchool .mincode + ' - ' + curSchool .schoolName ;
435
- },
436
430
downloadReportURL () {
437
431
let query = {};
438
432
if (this .userInfo && this .userInfo .activeInstituteType === ' SCHOOL' ) {
You can’t perform that action at this time.
0 commit comments