Browse Source

保存时诊疗情数据拼接有误

luolei 5 years atrás
parent
commit
ad51dcd834
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Preview.vue

+ 2 - 2
src/components/Preview.vue

@@ -288,9 +288,9 @@ export default {
             tmpArr.push(symptom.text[j].text)
           }
           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].contentValue=tmpArr.join()+tmpStr
+          detailList[1].contentValue=tmpArr.join()
         }else if(i == 2){
           detailList[2] = this.getDetailText(others.text,3)
         }else if(i == 3){