|
@@ -87,7 +87,7 @@
|
|
|
id: 0,
|
|
|
type: 1,
|
|
|
description: "",
|
|
|
- exclusionType:1,
|
|
|
+ exclusion:1,
|
|
|
hasExplain: 0,
|
|
|
explains: null,
|
|
|
};
|
|
@@ -158,6 +158,7 @@
|
|
|
this.selectedsName = this.selectedsName?this.selectedsName+"、"+name:name;
|
|
|
this.selectedsNamep = this.selectedsNamep?this.selectedsNamep+"、"+namep:namep;
|
|
|
this.selecteds.push(item);
|
|
|
+ this.numPlus = this.selectedsName==="没有了"?0:this.selecteds.length;
|
|
|
this.getPush(this.chooseSymp[0].name+this.selectedsName);
|
|
|
},
|
|
|
delSelected(item){ //删除已选伴随症状
|