|
@@ -268,7 +268,7 @@ export default {
|
|
|
tmpPreItem = tmpArr[this.num-1];
|
|
|
this.num=this.num-1;
|
|
|
}
|
|
|
- tmpPreItem.content='';
|
|
|
+ +tmpPreItem.controlType===5?'':tmpPreItem.content='';
|
|
|
this.symptomResult = tmpPreItem;
|
|
|
const timer = setTimeout(()=>{
|
|
|
this.type = tmpPreItem.controlType;
|
|
@@ -367,11 +367,6 @@ export default {
|
|
|
},
|
|
|
closeTip(){
|
|
|
this.wrong=false;
|
|
|
- /*const _this=this;
|
|
|
- const timer=setTimeout(()=>{
|
|
|
- _this.wrong=false;
|
|
|
- clearTimeout(timer)
|
|
|
- },4500);*/
|
|
|
},
|
|
|
cancelSymptom(){ //修改(即删除)已选主症
|
|
|
this.symptomQasList = [];
|