From a29b0a13224d499a24e5dc2467f8c5aa95ac5c76 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Wed, 23 Dec 2020 10:16:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=88=9B=E5=BB=BA=E8=AF=95?= =?UTF-8?q?=E5=8D=B7=E6=97=B6=E5=A2=9E=E5=8A=A0=E5=88=9B=E5=BB=BA=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examiner/create-test-score/create-test-score.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/examiner/create-test-score/create-test-score.component.ts b/src/app/examiner/create-test-score/create-test-score.component.ts index c6e6c4e..df5b58a 100644 --- a/src/app/examiner/create-test-score/create-test-score.component.ts +++ b/src/app/examiner/create-test-score/create-test-score.component.ts @@ -1283,6 +1283,7 @@ export class CreateTestScoreComponent implements OnInit { let body = { id:sessionStorage.getItem('paperId'), + valid: true, paperDataInfo:paperDataInfo } this.http.put(`/api/Papers/UpdatePaperData/${sessionStorage.getItem('paperId')}`,body).subscribe(data => {