|
@@ -288,9 +288,9 @@ export default {
|
|
tmpArr.push(symptom.text[j].text)
|
|
tmpArr.push(symptom.text[j].text)
|
|
}
|
|
}
|
|
tmpStr.length>0?tmpArr.push(tmpStr):null
|
|
tmpStr.length>0?tmpArr.push(tmpStr):null
|
|
- detailList[1].content=tmpArr.join()+tmpStr
|
|
|
|
|
|
+ detailList[1].content=tmpArr.join()
|
|
detailList[1].contentJson=JSON.stringify(tmpArr)
|
|
detailList[1].contentJson=JSON.stringify(tmpArr)
|
|
- detailList[1].contentValue=tmpArr.join()+tmpStr
|
|
|
|
|
|
+ detailList[1].contentValue=tmpArr.join()
|
|
}else if(i == 2){
|
|
}else if(i == 2){
|
|
detailList[2] = this.getDetailText(others.text,3)
|
|
detailList[2] = this.getDetailText(others.text,3)
|
|
}else if(i == 3){
|
|
}else if(i == 3){
|