From 9b9331d50f214c24272582ab12110109e3e0e520 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Fri, 18 Dec 2020 16:04:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=E5=88=9B=E5=BB=BA=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E9=A2=84=E6=A1=88=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../create-test-score/create-test-score.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 a9ef808..d5888e2 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 @@ -1237,15 +1237,15 @@ export class AddPlanTwoDialog { let level = sessionStorage.getItem('level') let body = { - id: "", + id: null, name: this.customPlanName, planType:1, planMode: 2, planLevel:Number(level), - url: "", + url: null, attachmentUrls: null } - this.http.post("/api/PlanComponents2D",body,{params:{ + this.http.post("/api/ExamPlanComponents2D",body,{params:{ companyId : this.data.companyData.companyData.id }}).subscribe((data:any)=>{ // console.log("εˆ›ε»ΊζˆεŠŸ")