|
@@ -173,7 +173,6 @@
|
|
this.showFileList = true
|
|
this.showFileList = true
|
|
this.showUpLoad = false
|
|
this.showUpLoad = false
|
|
}else{
|
|
}else{
|
|
- console.log(data) //ssssssssssssssssssss
|
|
|
|
this.conceptId = data.id
|
|
this.conceptId = data.id
|
|
this.form.typeId = data.type
|
|
this.form.typeId = data.type
|
|
this.form.name = data.name
|
|
this.form.name = data.name
|
|
@@ -384,7 +383,7 @@
|
|
tempArr.push(obj)
|
|
tempArr.push(obj)
|
|
}
|
|
}
|
|
paramsAll.clinicalPathwayName = types==1?this.form.titleChange:''
|
|
paramsAll.clinicalPathwayName = types==1?this.form.titleChange:''
|
|
- paramsAll.id = ''
|
|
|
|
|
|
+ paramsAll.id = this.conceptId
|
|
paramsAll.name = this.form.name
|
|
paramsAll.name = this.form.name
|
|
paramsAll.noticeName = types==3||types==4||types==5?this.form.titleChange:''
|
|
paramsAll.noticeName = types==3||types==4||types==5?this.form.titleChange:''
|
|
paramsAll.type = this.form.typeId
|
|
paramsAll.type = this.form.typeId
|