Commit 5101a74d authored by v_liuhuaizhi's avatar v_liuhuaizhi

病例--功能完成 暂存2

parent 0c234486
...@@ -1071,7 +1071,7 @@ export default { ...@@ -1071,7 +1071,7 @@ export default {
label: item.name, label: item.name,
value: item.id, value: item.id,
type: item.type, type: item.type,
payAmount: item.price, payAmount: item.price
} }
}) })
console.log('treatItemOptions!!!!!!!!!!!!!', this.treatItemOptions) console.log('treatItemOptions!!!!!!!!!!!!!', this.treatItemOptions)
...@@ -1386,7 +1386,6 @@ export default { ...@@ -1386,7 +1386,6 @@ export default {
// 刷新检查信息列表 // 刷新检查信息列表
// this.getCheckList() // this.getCheckList()
this.getDetail() this.getDetail()
}) })
} else { } else {
const temp = { const temp = {
...@@ -1422,7 +1421,6 @@ export default { ...@@ -1422,7 +1421,6 @@ export default {
// 刷新治疗信息列表 // 刷新治疗信息列表
// this.getTreatList() // this.getTreatList()
this.getDetail() this.getDetail()
}) })
} else { } else {
const temp = { const temp = {
...@@ -1438,7 +1436,6 @@ export default { ...@@ -1438,7 +1436,6 @@ export default {
// 刷新治疗信息列表 // 刷新治疗信息列表
// this.getTreatList() // this.getTreatList()
this.getDetail() this.getDetail()
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment