update frontend

This commit is contained in:
Himit_ZH 2021-11-28 21:24:50 +08:00
parent f3d121c52b
commit 53ce02d52c
1 changed files with 3 additions and 2 deletions

View File

@ -385,10 +385,11 @@ export default {
this.JUDGE_STATUS_RESERVE = Object.assign({}, JUDGE_STATUS_RESERVE);
this.CONTEST_STATUS = Object.assign({}, CONTEST_STATUS);
this.RULE_TYPE = Object.assign({}, RULE_TYPE);
// Compiling,Judging,Submitting,Not Submitted,pending
delete this.JUDGE_STATUS_LIST['5'];
// Compiling,Judging,Submitting,Not Submitted,Submitted Unknown Result
delete this.JUDGE_STATUS_LIST['6'];
delete this.JUDGE_STATUS_LIST['7'];
delete this.JUDGE_STATUS_LIST['9'];
delete this.JUDGE_STATUS_LIST['-5'];
delete this.JUDGE_STATUS_LIST['-10'];
this.getData();
},