|
@@ -189,7 +189,6 @@ export default {
|
|
|
},
|
|
|
handleClick(flg){
|
|
|
this.showDoc = flg
|
|
|
- // this.scroll = setScroll(BScroll,!flg,'.previewper')
|
|
|
},
|
|
|
showSubmit(flg) {
|
|
|
this.submit = flg
|
|
@@ -256,7 +255,7 @@ export default {
|
|
|
return;
|
|
|
} else {//没有图片直接保存数据
|
|
|
this.$store.commit('handleToggleShow', true);
|
|
|
- this.saveAllDate()
|
|
|
+ this.saveAllDate();
|
|
|
}
|
|
|
},
|
|
|
getStr(arr,flg){
|
|
@@ -290,7 +289,6 @@ export default {
|
|
|
detailList[3].contentValue=addContent.txt
|
|
|
}
|
|
|
}
|
|
|
- console.log(detailList)
|
|
|
// // if(symptom.text.length>0){
|
|
|
// detailList[0]=this.getStr(symptom.text,1)
|
|
|
// // }
|
|
@@ -333,7 +331,6 @@ export default {
|
|
|
// "type": 0//病历分类(1:门诊,2:住院)
|
|
|
}
|
|
|
// console.log(params)
|
|
|
- return;
|
|
|
api.saveInquiry(params).then((res) => {
|
|
|
if (res.data.code == 0) {
|
|
|
this.$store.commit('handleToggleShow', false);
|