|
@@ -94,7 +94,13 @@
|
|
|
this.title = "诊断依据维护-"+(this.isCopy?'复制':'修改')+"诊断依据";
|
|
|
this.conceptList = [{conceptId:info.conceptId,conceptName:info.conceptName}];
|
|
|
this.form=Object.assign({},this.form,this.formatData(info));
|
|
|
- this.isCopy&&delete this.form.id;
|
|
|
+ if(this.isCopy){
|
|
|
+ this.conceptList =[];
|
|
|
+ delete this.form.conceptName;
|
|
|
+ delete this.form.conceptId;
|
|
|
+ delete this.form.description;
|
|
|
+ delete this.form.id;
|
|
|
+ }
|
|
|
console.log(info)
|
|
|
}
|
|
|
this.setRules()
|