Browse Source

[新增]创建自定义预案完善

master
邵佳豪 4 years ago
parent
commit
9b9331d50f
  1. 6
      src/app/examiner/create-test-score/create-test-score.component.ts

6
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("创建成功")

Loading…
Cancel
Save