|
@@ -99,7 +99,7 @@
|
|
|
}else{
|
|
|
this.symptoms = [none,...newSyms];
|
|
|
}
|
|
|
- this.symptoms.length=this.symptoms.length>11?11:this.symptoms.length;
|
|
|
+ this.symptoms.length=this.symptoms.length>10?10:this.symptoms.length;
|
|
|
//this.getSymptomLisCom(result)
|
|
|
}else{
|
|
|
//this.getSymptomLisCom()
|