Commit c2e36196 authored by gengchunlei's avatar gengchunlei

医生端 v1.2 1、微信端 加入对title的判断

            2、 医生端撤销死亡的按钮bug修复
parent 755791fc
...@@ -205,7 +205,6 @@ export default { ...@@ -205,7 +205,6 @@ export default {
return return
} }
queryResidentInfo({ residentInfoId: this.residentInfoId }).then(res => { queryResidentInfo({ residentInfoId: this.residentInfoId }).then(res => {
debugger
this.residentInfo = res.data || {} this.residentInfo = res.data || {}
if (!this.activeTabItem.value) { if (!this.activeTabItem.value) {
this.activeTab = 0 this.activeTab = 0
......
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