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